mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
296 B
Plaintext
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
|
|
|