Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/
Dtraits.rs138 let impl_block: ast::Impl = in check_trait() localVariable
152 let impl_block: ast::Impl = in check_missing_assoc() localVariable
/third_party/rust/crates/serde/serde_derive/src/
Dser.rs27 let impl_block = if let Some(remote) = cont.attrs.remote() { in expand_derive_serialize() localVariable
Dde.rs31 let impl_block = if let Some(remote) = cont.attrs.remote() { in expand_derive_deserialize() localVariable
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4834 let impl_block = if self.is_template() { in codegen() localVariable