mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
warning: use of deprecated function `lint_output_format::foo`: text
|
|
--> $DIR/lint-output-format-2.rs:7:26
|
|
|
|
|
LL | use lint_output_format::{foo, bar};
|
|
| ^^^
|
|
|
|
|
= note: `#[warn(deprecated)]` on by default
|
|
|
|
warning: use of deprecated function `lint_output_format::foo`: text
|
|
--> $DIR/lint-output-format-2.rs:12:14
|
|
|
|
|
LL | let _x = foo();
|
|
| ^^^
|
|
|
|
warning: 2 warnings emitted
|
|
|