Module rustc_mir_build::build::matches::util
source · Structs§
Functions§
- Determine the set of places that have to be stable across match guards.
- Visit all the bindings of these candidates. Because or-alternatives bind the same variables, we only explore the first one of each or-pattern.