Module rustc_mir_build::build::matches::util
source ยท Structsยง
- BindingsVisitor ๐
- FakeBorrowCollector ๐
Functionsยง
- collect_fake_borrows ๐Determine the set of places that have to be stable across match guards.
- ref_pat_borrow_kind ๐
- visit_bindings ๐Visit all the bindings of these candidates. Because or-alternatives bind the same variables, we only explore the first one of each or-pattern.