summaryrefslogtreecommitdiffstats
path: root/tests/ui/deprecation/deprecation-lint-3.stderr
blob: f499ff85e5da8dad7fb48d72df07d4b93b00e3d0 (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:13:28
   |
LL |     macro_test_arg_nested!(deprecated_text);
   |                            ^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/deprecation-lint-3.rs:4:9
   |
LL | #![deny(deprecated)]
   |         ^^^^^^^^^^

error: aborting due to previous error