Home
last modified time | relevance | path

Searched defs:trait_bound (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/tests/incremental/hashes/
Dfunction_interfaces.rs167 pub fn trait_bound<T >() {} in trait_bound() function
172 pub fn trait_bound<T: Eq>() {} in trait_bound() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dchalk_db.rs523 let trait_bound = in associated_ty_data_query() localVariable
849 let trait_bound = rust_ir::TraitBound { trait_id: trait_ref.trait_id, args_no_self }; in generic_predicate_to_inline_bound() localVariable
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dneedless_lifetimes.rs278 fn trait_bound<'a, T: WithLifetime<'a>>(_: &'a u8, _: T) { in trait_bound() function
/third_party/rust/rust/compiler/rustc_expand/src/
Dbuild.rs134 pub fn trait_bound(&self, path: ast::Path, is_const: bool) -> ast::GenericBound { in trait_bound() method