2020-07-25 12:49:46 -05:00
|
|
|
error: use of deprecated associated function `Foo::foo`: text
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-17337.rs:16:6
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | .foo();
|
2018-07-15 16:11:54 -05:00
|
|
|
| ^^^
|
|
|
|
|
|
2020-01-22 17:57:38 -06:00
|
|
|
note: the lint level is defined here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-17337.rs:2:9
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(deprecated)]
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|