blob: 34c2eb05fff8b2ade6f3a0657867f720e438eec7 [file] [log] [blame]
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