]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deprecation/atomic_initializers.fixed
report kind of deprecated item in message
[rust.git] / src / test / ui / deprecation / atomic_initializers.fixed
index d8485ed7da169e552bd41a47f52e74346f3267d7..4fb0aeeb573e0d64354eae92f55708a631b4c7d8 100644 (file)
@@ -6,6 +6,6 @@ use std::sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT};
 
 #[allow(dead_code)]
 static FOO: AtomicIsize = AtomicIsize::new(0);
-//~^ WARN use of deprecated item
+//~^ WARN use of deprecated constant
 
 fn main() {}