]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/deprecation-lint-3.stderr
b450f74d7f36738f623af9bd8da9c8c1d99a7b65
[rust.git] / src / test / ui / deprecation / deprecation-lint-3.stderr
1 error: use of deprecated item 'deprecation_lint::deprecated_text': text
2   --> $DIR/deprecation-lint-3.rs:13:5
3    |
4 LL |     macro_test_arg_nested!(deprecated_text);
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/deprecation-lint-3.rs:4:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
13
14 error: aborting due to previous error
15