We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8c0ef commit fd5b40fCopy full SHA for fd5b40f
compiler/rustc_mir_build/src/build/matches/mod.rs
@@ -63,7 +63,6 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
63
this.lower_let_else(block, &this.thir[expr], pat, break_scope, variable_scope_span)
64
}
65
_ => {
66
- // TODO `as_temp`?
67
let mutability = Mutability::Mut;
68
let place =
69
unpack!(block = this.as_temp(block, Some(temp_scope), expr, mutability));
0 commit comments