]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-stability3.stderr
Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3019'
[rust.git] / src / test / ui / lint / lint-stability3.stderr
1 error: use of deprecated function `lint_stability::deprecated_text`: text
2   --> $DIR/lint-stability3.rs:13:28
3    |
4 LL |     macro_test_arg_nested!(deprecated_text);
5    |                            ^^^^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/lint-stability3.rs:4:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12
13 error: aborting due to previous error
14