blob: 8bfe08cf6d50ccdc7ae88318d45a9e3f3cbcd4b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: use of deprecated function `deprecation_lint::deprecated_text`: text
--> $DIR/deprecation-lint-3.rs:12:28
|
LL | macro_test_arg_nested!(deprecated_text);
| ^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/deprecation-lint-3.rs:3:9
|
LL | #![deny(deprecated)]
| ^^^^^^^^^^
error: aborting due to 1 previous error
|