Module rustc_mir_build::build::matches::util

source ยท

Structsยง

Functionsยง

  • Determine the set of places that have to be stable across match guards.
  • 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.