]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deprecation/rustc_deprecation-in-future.stderr
report kind of deprecated item in message
[rust.git] / src / test / ui / deprecation / rustc_deprecation-in-future.stderr
index 4bbe79b55b32393f67706a3097a9bc9b1740cf80..e4f50d10dadd231841e29d2342c0e5fbd2017ce0 100644 (file)
@@ -1,10 +1,10 @@
-error: use of item 'S' that will be deprecated in future version 99.99.99: effectively never
+error: use of unit struct `S` that will be deprecated in future version 99.99.99: effectively never
   --> $DIR/rustc_deprecation-in-future.rs:14:13
    |
 LL |     let _ = S;
    |             ^
    |
-note: lint level defined here
+note: the lint level is defined here
   --> $DIR/rustc_deprecation-in-future.rs:3:9
    |
 LL | #![deny(deprecated_in_future)]