]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/numbers-arithmetic/overflowing-rsh-3.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / numbers-arithmetic / overflowing-rsh-3.rs
index 8ee6dde93eafe5793665df7595f10cff1fd968c7..1e052990a7630a0749447067dd9c1194d2703ad3 100644 (file)
@@ -1,7 +1,7 @@
 // build-fail
 // compile-flags: -C debug-assertions
 
-#![deny(arithmetic_overflow, const_err)]
+#![deny(arithmetic_overflow)]
 
 fn main() {
     let _x = -1_i64 >> 64;