| /third_party/rust/rust/tests/rustdoc-json/fns/ |
| D | generic_args.rs | 31 pub fn impl_trait(f: impl Foo) {} in impl_trait() function
|
| /third_party/rust/rust/tests/ui/impl-trait/ |
| D | bound-normalization-fail.rs | 17 mod impl_trait { module
|
| D | bound-normalization-pass.rs | 21 mod impl_trait { module
|
| D | feature-self-return-type.rs | 40 mod impl_trait { module
|
| /third_party/rust/rust/library/portable-simd/crates/core_simd/src/elements/ |
| D | uint.rs | 76 macro_rules! impl_trait { macro
|
| D | int.rs | 196 macro_rules! impl_trait { macro
|
| D | float.rs | 240 macro_rules! impl_trait { macro
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | type_repetition_in_bounds.rs | 111 fn impl_trait(_: impl AsRef<str>, _: impl AsRef<str>) {} in impl_trait() function
|
| D | trait_duplication_in_bounds_unfixable.rs | 99 fn impl_trait(_: impl AsRef<str>, _: impl AsRef<str>) {} in impl_trait() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/utils/ |
| D | suggest_name.rs | 620 fn impl_trait() { in impl_trait() function
|
| /third_party/rust/rust/tests/ui/typeck/ |
| D | typeck_type_placeholder_item.rs | 162 fn impl_trait() -> impl BadTrait<_> { in impl_trait() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/ |
| D | db.rs | 92 fn impl_trait(&self, def: ImplId) -> Option<Binders<TraitRef>>; in impl_trait() method
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/ |
| D | signature_help.rs | 1729 fn impl_trait() { in impl_trait() function
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| D | mod.rs | 4747 let impl_trait = quote! { in codegen() localVariable 4769 let impl_trait = if parent.is_template() { in codegen() localVariable 4792 let impl_trait = quote! { in codegen() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/consteval/ |
| D | tests.rs | 630 fn impl_trait() { in impl_trait() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | make.rs | 249 pub fn impl_trait( in impl_trait() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/tests/ |
| D | traits.rs | 1185 fn impl_trait() { in impl_trait() function
|
| /third_party/rust/rust/src/librustdoc/clean/ |
| D | mod.rs | 755 let mut impl_trait = BTreeMap::<ImplTraitParam, Vec<GenericBound>>::default(); in clean_ty_generics() localVariable
|