]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/lint-exceeding-bitshifts.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / lint / lint-exceeding-bitshifts.rs
index a76ca93f8e1a3885606400bfecb61542ff57b4b7..d8774cb4dfae658565d83695112bc4a35aeb9fe0 100644 (file)
@@ -4,7 +4,7 @@
 //[opt_with_overflow_checks]compile-flags: -C overflow-checks=on -O
 // build-pass
 // ignore-pass (test emits codegen-time warnings and verifies that they are not errors)
-// normalize-stderr-test "shift left by (64|32)_usize which" -> "shift left by %BITS% which"
+// normalize-stderr-test "shift left by `(64|32)_usize`, which" -> "shift left by `%BITS%`, which"
 
 #![crate_type="lib"]
 #![warn(arithmetic_overflow, const_err)]