Home
last modified time | relevance | path

Searched defs:impl_trait (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/tests/rustdoc-json/fns/
Dgeneric_args.rs31 pub fn impl_trait(f: impl Foo) {} in impl_trait() function
/third_party/rust/rust/tests/ui/impl-trait/
Dbound-normalization-fail.rs17 mod impl_trait { module
Dbound-normalization-pass.rs21 mod impl_trait { module
Dfeature-self-return-type.rs40 mod impl_trait { module
/third_party/rust/rust/library/portable-simd/crates/core_simd/src/elements/
Duint.rs76 macro_rules! impl_trait { macro
Dint.rs196 macro_rules! impl_trait { macro
Dfloat.rs240 macro_rules! impl_trait { macro
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dtype_repetition_in_bounds.rs111 fn impl_trait(_: impl AsRef<str>, _: impl AsRef<str>) {} in impl_trait() function
Dtrait_duplication_in_bounds_unfixable.rs99 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/
Dsuggest_name.rs620 fn impl_trait() { in impl_trait() function
/third_party/rust/rust/tests/ui/typeck/
Dtypeck_type_placeholder_item.rs162 fn impl_trait() -> impl BadTrait<_> { in impl_trait() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Ddb.rs92 fn impl_trait(&self, def: ImplId) -> Option<Binders<TraitRef>>; in impl_trait() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dsignature_help.rs1729 fn impl_trait() { in impl_trait() function
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4747 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/
Dtests.rs630 fn impl_trait() { in impl_trait() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/
Dmake.rs249 pub fn impl_trait( in impl_trait() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/tests/
Dtraits.rs1185 fn impl_trait() { in impl_trait() function
/third_party/rust/rust/src/librustdoc/clean/
Dmod.rs755 let mut impl_trait = BTreeMap::<ImplTraitParam, Vec<GenericBound>>::default(); in clean_ty_generics() localVariable