]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/rustc_deprecation-in-future.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / deprecation / rustc_deprecation-in-future.stderr
1 error: use of item 'S' that will be deprecated in future version 99.99.99: effectively never
2   --> $DIR/rustc_deprecation-in-future.rs:14:13
3    |
4 LL |     let _ = S;
5    |             ^
6    |
7 note: lint level defined here
8   --> $DIR/rustc_deprecation-in-future.rs:3:9
9    |
10 LL | #![deny(deprecated_in_future)]
11    |         ^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14