Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
lint
/
force-warn
/
allow-warnings.stderr
blob: 4de68a079e566c40000807e174f486a3c0758514 [
file
] [
log
] [
blame
]
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