]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const-eval/pub_const_err.stderr
New upstream version 1.43.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / pub_const_err.stderr
index bd262b69da81a73feb2e6671bdfa59cf3eb7f306..ded2df4e013a34459b9951be9be7d201809d8637 100644 (file)
@@ -6,7 +6,7 @@ LL | pub const Z: u32 = 0 - 1;
    |                    |
    |                    attempt to subtract with overflow
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/pub_const_err.rs:2:9
    |
 LL | #![warn(const_err)]