Home
last modified time | relevance | path

Searched defs:for_variant (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_target/src/abi/
Dmod.rs61 pub fn for_variant<C>(self, cx: &C, variant_index: VariantIdx) -> Self in for_variant() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dbuiltin_derive_macro.rs525 let for_variant = |name: String, v: &VariantShape| match v { in debug_expand() localVariable