We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d73a3 commit 8739708Copy full SHA for 8739708
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