]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-fail/overflowing-rsh-4.rs
Use better bound names in `-Zverbose` mode
[rust.git] / src / test / run-fail / overflowing-rsh-4.rs
index a8d3b69392a97878195db7a5196748db7140d0fe..ed1191849e57cce2937015a192d932bda032b54d 100644 (file)
@@ -5,6 +5,7 @@
 // truncation does not sidestep the overflow checking.
 
 #![warn(exceeding_bitshifts)]
+#![warn(const_err)]
 
 fn main() {
     // this signals overflow when checking is on