Skip to content

Commit 4626521

Browse files
Update tests/mir-opt/inline/unchecked_shifts.rs
Co-authored-by: Waffle Maybe <[email protected]>
1 parent 327aa19 commit 4626521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mir-opt/inline/unchecked_shifts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//@ compile-flags: -Zmir-opt-level=2 -Zinline-mir
66

77
// These used to be more interesting when the library had to fix the RHS type.
8-
// After MCP#693, though, that's the backend's probablem, not something in MIR.
8+
// After MCP#693, though, that's the backend's problem, not something in MIR.
99

1010
// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.diff
1111
// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.mir

0 commit comments

Comments
 (0)