We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cfbd0 commit d050e32Copy full SHA for d050e32
tests/ui/xor_used_as_pow.fixed
@@ -26,7 +26,7 @@ fn main() {
26
let _ = 10 ^ 0;
27
{
28
let x = 15;
29
- let _ = 1_u32 << 15;
+ let _ = 1 << x;
30
let _ = 10 ^ x;
31
}
32
0 commit comments