Module rustc_mir_build::thir::pattern::const_to_pat

source ·

Structs§

  • ConstToPat 🔒
  • This error type signals that we encountered a non-struct-eq situation. We will fall back to calling PartialEq::eq on such patterns, and exhaustiveness checking will consider them as matching nothing.