We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7236097 commit ebdf0c2Copy full SHA for ebdf0c2
src/rustc/middle/borrowck/preserve.rs
@@ -17,7 +17,7 @@ impl public_methods for borrowck_ctxt {
17
}
18
cat_local(_) {
19
// Normally, local variables are lendable, and so this
20
- // case should never trigged. However, if we are
+ // case should never trigger. However, if we are
21
// preserving an expression like a.b where the field `b`
22
// has @ type, then it will recurse to ensure that the `a`
23
// is stable to try and avoid rooting the value `a.b`. In
0 commit comments