]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-stability2.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / lint / lint-stability2.stderr
1 error: use of deprecated item 'lint_stability::deprecated': text
2   --> $DIR/lint-stability2.rs:22:5
3    |
4 LL |     macro_test!();
5    |     ^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/lint-stability2.rs:14:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12    = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
13
14 error: aborting due to previous error
15