rust/src/test/ui/issues/issue-17337.stderr
Andy Russell 0b32008642
report kind of deprecated item in message
This is important for fields, which are incorrectly referred to as
"items".
2020-07-26 13:58:31 -04:00

15 lines
296 B
Plaintext

error: use of deprecated associated function `Foo::foo`: text
--> $DIR/issue-17337.rs:16:6
|
LL | .foo();
| ^^^
|
note: the lint level is defined here
--> $DIR/issue-17337.rs:2:9
|
LL | #![deny(deprecated)]
| ^^^^^^^^^^
error: aborting due to previous error