mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 13:51:41 +00:00
11 lines
240 B
Plaintext
11 lines
240 B
Plaintext
warning: function `dead_function` is never used
|
|
--> $DIR/allow-warnings.rs:8:4
|
|
|
|
|
LL | fn dead_function() {}
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
= note: requested on the command line with `--force-warn dead-code`
|
|
|
|
warning: 1 warning emitted
|
|
|