]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/numbers-arithmetic/overflowing-lsh-4.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / numbers-arithmetic / overflowing-lsh-4.stderr
index f20b41c1baa4f76015006ab03bfc3c85ff87d526..08081a0b7876d469e01b19fecb4679995ad61a6f 100644 (file)
@@ -2,7 +2,7 @@ error: this arithmetic operation will overflow
   --> $DIR/overflowing-lsh-4.rs:11:13
    |
 LL |     let x = 1_i8 << 17;
-   |             ^^^^^^^^^^ attempt to shift left by 17_i32 which would overflow
+   |             ^^^^^^^^^^ attempt to shift left by `17_i32`, which would overflow
    |
 note: the lint level is defined here
   --> $DIR/overflowing-lsh-4.rs:7:9