]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-stability2.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / lint / lint-stability2.stderr
CommitLineData
3dfed10e 1error: use of deprecated function `lint_stability::deprecated`: text
0731742a 2 --> $DIR/lint-stability2.rs:12:5
b7449926
XL
3 |
4LL | macro_test!();
c295e0f8 5 | ^^^^^^^^^^^^^
b7449926 6 |
74b04a01 7note: the lint level is defined here
0731742a 8 --> $DIR/lint-stability2.rs:4:9
b7449926
XL
9 |
10LL | #![deny(deprecated)]
11 | ^^^^^^^^^^
17df50a5 12 = note: this error originates in the macro `macro_test` (in Nightly builds, run with -Z macro-backtrace for more info)
b7449926
XL
13
14error: aborting due to previous error
15