]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/issue-17718-const-naming.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / lint / issue-17718-const-naming.rs
index 7386478f9f08c83970236cac22dac15390dfdc54..d7f0e72769b0560e946dca5f98b96802d4d3099d 100644 (file)
@@ -3,6 +3,6 @@
 
 const foo: isize = 3;
 //~^ ERROR: should have an upper case name
-//~^^ ERROR: constant is never used
+//~^^ ERROR: constant `foo` is never used
 
 fn main() {}