Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/
Dvariant.rs91 let fields_omitted = has_invisible_field || is_foreign_non_exhaustive; in visible_fields() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1226 let fields_omitted = match &se.rest { in destructure_assign_mut() localVariable