We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327aa19 commit 4626521Copy full SHA for 4626521
tests/mir-opt/inline/unchecked_shifts.rs
@@ -5,7 +5,7 @@
5
//@ compile-flags: -Zmir-opt-level=2 -Zinline-mir
6
7
// 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.
+// After MCP#693, though, that's the backend's problem, not something in MIR.
9
10
// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.Inline.diff
11
// EMIT_MIR unchecked_shifts.unchecked_shl_unsigned_smaller.PreCodegen.after.mir
0 commit comments