| /third_party/rust/rust/tests/ui/self/ |
| D | arbitrary_self_types_trait.rs | 7 fn trait_method<'a>(self: &'a Box<Rc<Self>>) -> &'a [i32]; in trait_method() method 11 fn trait_method<'a>(self: &'a Box<Rc<Self>>) -> &'a [i32] { in trait_method() method
|
| /third_party/rust/rust/tests/codegen/ |
| D | align-fn.rs | 30 fn trait_method(self) {} in trait_method() method 42 fn trait_method(self) {} in trait_method() method
|
| /third_party/rust/rust/tests/ui/asm/ |
| D | naked-functions-unused.rs | 11 extern "C" fn trait_method(&self, a: usize, b: usize) -> usize; in trait_method() method 46 extern "C" fn trait_method(&self, a: usize, b: usize) -> usize { in trait_method() method 83 extern "C" fn trait_method(&self, a: usize, b: usize) -> usize { in trait_method() method
|
| /third_party/rust/rust/tests/ui/issues/auxiliary/ |
| D | reexported-trait.rs | 3 fn trait_method(&self) { in trait_method() method
|
| /third_party/rust/rust/tests/rustdoc/ |
| D | search-index.rs | 16 fn trait_method(&self) {} // @!hasraw - priv_method in trait_method() method
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | unused_async.rs | 61 fn trait_method() -> Pin<Box<dyn Future<Output = i32>>>; in trait_method() method
|
| D | trivially_copy_pass_by_ref.rs | 78 fn trait_method(&self, _foo: &Foo); in trait_method() method 86 fn trait_method(&self, _foo: &Foo) { in trait_method() method
|
| /third_party/rust/rust/tests/ui/nll/user-annotations/ |
| D | normalization-2.rs | 33 fn trait_method<X>(&self); in trait_method() method 37 fn trait_method<X>(&self) {} in trait_method() method
|
| /third_party/rust/rust/src/tools/clippy/clippy_lints/src/ |
| D | use_self.rs | 152 let trait_method = cx in check_impl_item() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | qualify_method_call.rs | 268 fn trait_method() { in trait_method() function
|
| D | auto_import.rs | 849 fn trait_method() { in trait_method() function
|
| D | qualify_path.rs | 703 fn trait_method() { in trait_method() function
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/ |
| D | test.rs | 864 fn trait_method<'tcx>( in trait_method() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/consteval/ |
| D | tests.rs | 497 fn trait_method() { in trait_method() function
|