We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dab627 + 8739708 commit 704f81eCopy full SHA for 704f81e
compiler/rustc_mir/src/transform/simplify_try.rs
@@ -306,7 +306,7 @@ fn optimization_applies<'tcx>(
306
return false;
307
}
308
309
- // Verify the assigment chain consists of the form b = a; c = b; d = c; etc...
+ // Verify the assignment chain consists of the form b = a; c = b; d = c; etc...
310
if opt_info.field_tmp_assignments.is_empty() {
311
trace!("NO: no assignments found");
312
0 commit comments