blob: d80acf14c516da51526fdb4eb25a8c885b4179e6 [file] [log] [blame] [edit]
warning: function `decl1` is never used
--> $DIR/local_crate_explicit.rs:11:8
|
LL | pub fn decl1(x: u64) {
| ^^^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted