Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dpat.rs624 struct AddMut(bool); in make_all_value_bindings_mutable() struct
625 impl MutVisitor for AddMut { in make_all_value_bindings_mutable() implementation