]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-stability2.stderr
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[rust.git] / tests / ui / lint / lint-stability2.stderr
1 error: use of deprecated function `lint_stability::deprecated`: text
2   --> $DIR/lint-stability2.rs:12:5
3    |
4 LL |     macro_test!();
5    |     ^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/lint-stability2.rs:4:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12    = note: this error originates in the macro `macro_test` (in Nightly builds, run with -Z macro-backtrace for more info)
13
14 error: aborting due to previous error
15