]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/deprecation/rustc_deprecation-in-future.stderr
Cache expansion hash.
[rust.git] / src / test / ui / deprecation / rustc_deprecation-in-future.stderr
index b5a7dd3c28daf78df0b83d4aa788bb9bbe09e89f..1c3339a8a9dc0b2afa204dfbccfd35b492f65027 100644 (file)
@@ -1,17 +1,17 @@
 error: use of unit struct `S1` that will be deprecated in future version 99.99.99: effectively never
-  --> $DIR/rustc_deprecation-in-future.rs:18:13
+  --> $DIR/rustc_deprecation-in-future.rs:16:13
    |
 LL |     let _ = S1;
    |             ^^
    |
 note: the lint level is defined here
-  --> $DIR/rustc_deprecation-in-future.rs:3:9
+  --> $DIR/rustc_deprecation-in-future.rs:1:9
    |
 LL | #![deny(deprecated_in_future)]
    |         ^^^^^^^^^^^^^^^^^^^^
 
 error: use of unit struct `S2` that will be deprecated in a future Rust version: literally never
-  --> $DIR/rustc_deprecation-in-future.rs:19:13
+  --> $DIR/rustc_deprecation-in-future.rs:17:13
    |
 LL |     let _ = S2;
    |             ^^