We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b625812 commit 8ecd767Copy full SHA for 8ecd767
rust-version
@@ -1 +1 @@
1
-084beb83e0e87d673d5fabc844d28e8e8ae2ab4c
+488381ce9ef0ceabe83b73127c659e5d38137df0
tests/compile-fail/overflowing-rsh-1.rs
@@ -1,4 +1,4 @@
-#![allow(exceeding_bitshifts)]
+#![allow(exceeding_bitshifts, const_err)]
2
3
fn main() {
4
let _n = 1i64 >> 64; //~ ERROR attempt to shift right with overflow
0 commit comments