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.
2 parents eb65d22 + 222e0e4 commit fd52951Copy full SHA for fd52951
compiler/rustc_mir_build/src/build/matches/simplify.rs
@@ -55,7 +55,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
55
// * the bindings from the previous iteration of the loop is prepended to the bindings from
56
// the current iteration (in the implementation this is done by mem::swap and extend)
57
// * after all iterations, these new bindings are then appended to the bindings that were
58
- // prexisting (i.e. `candidate.binding` when the function was called).
+ // preexisting (i.e. `candidate.binding` when the function was called).
59
//
60
// example:
61
// candidate.bindings = [1, 2, 3]
0 commit comments