]> git.lizzy.rs Git - rust.git/blob - src/test/ui/deprecation/suggestion.stderr
report kind of deprecated item in message
[rust.git] / src / test / ui / deprecation / suggestion.stderr
1 error: use of deprecated associated function `Foo::deprecated`: replaced by `replacement`
2   --> $DIR/suggestion.rs:27:9
3    |
4 LL |     foo.deprecated();
5    |         ^^^^^^^^^^ help: replace the use of the deprecated associated function: `replacement`
6    |
7 note: the lint level is defined here
8   --> $DIR/suggestion.rs:7:9
9    |
10 LL | #![deny(deprecated)]
11    |         ^^^^^^^^^^
12
13 error: aborting due to previous error
14