mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
error: function `foo` is never used
|
|
--> $DIR/with-core-crate.rs:7:4
|
|
|
|
|
LL | fn foo() {
|
|
| ^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/with-core-crate.rs:1:9
|
|
|
|
|
LL | #![deny(dead_code)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|