Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dimplicit_hasher.rs263 fn type_arguments(&self) -> String { in type_arguments() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/
Dutils.rs621 let mut type_arguments = self.ty.type_arguments(); in convert_type() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs1264 let type_arguments = sub1.types().zip(sub2.types()); in cmp() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs3899 pub fn type_arguments(&self) -> impl Iterator<Item = Type> + '_ { in type_arguments() method