]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-err-multi.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / consts / const-err-multi.stderr
index a0c91ff6b54f2be51998052b655fdb5c5e3de303..5b688d4c6d84c903ec83a100597f34108511e852 100644 (file)
@@ -4,7 +4,7 @@ error: any use of this value will cause an error
 LL | pub const A: i8 = -std::i8::MIN;
    | ------------------^^^^^^^^^^^^^-
    |                   |
-   |                   attempt to negate i8::MIN which would overflow
+   |                   attempt to negate `i8::MIN`, which would overflow
    |
 note: the lint level is defined here
   --> $DIR/const-err-multi.rs:1:9