15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
|
error: use of deprecated item 'Foo::deprecated': replaced by `replacement`
|
||
|
--> $DIR/suggestion.rs:27:9
|
||
|
|
|
||
|
LL | foo.deprecated();
|
||
|
| ^^^^^^^^^^ help: replace the use of the deprecated item: `replacement`
|
||
|
|
|
||
|
note: lint level defined here
|
||
|
--> $DIR/suggestion.rs:7:9
|
||
|
|
|
||
|
LL | #![deny(deprecated)]
|
||
|
| ^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|