Fix typo in simplify.rs
prexisting -> preexisting
This commit is contained in:
parent
86e0ff47a0
commit
222e0e4fe2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ impl<'a, 'tcx> Builder<'a, 'tcx> {
|
||||||
// * the bindings from the previous iteration of the loop is prepended to the bindings from
|
// * the bindings from the previous iteration of the loop is prepended to the bindings from
|
||||||
// the current iteration (in the implementation this is done by mem::swap and extend)
|
// the current iteration (in the implementation this is done by mem::swap and extend)
|
||||||
// * after all iterations, these new bindings are then appended to the bindings that were
|
// * after all iterations, these new bindings are then appended to the bindings that were
|
||||||
// prexisting (i.e. `candidate.binding` when the function was called).
|
// preexisting (i.e. `candidate.binding` when the function was called).
|
||||||
//
|
//
|
||||||
// example:
|
// example:
|
||||||
// candidate.bindings = [1, 2, 3]
|
// candidate.bindings = [1, 2, 3]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue