]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-stability3.stderr
New upstream version 1.39.0+dfsg1
[rustc.git] / src / test / ui / lint / lint-stability3.stderr
CommitLineData
b7449926 1error: use of deprecated item 'lint_stability::deprecated_text': text
0731742a 2 --> $DIR/lint-stability3.rs:13:5
b7449926
XL
3 |
4LL | macro_test_arg_nested!(deprecated_text);
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7note: lint level defined here
0731742a 8 --> $DIR/lint-stability3.rs:4:9
b7449926
XL
9 |
10LL | #![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
14error: aborting due to previous error
15