Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
dead-code
/
basic.stderr
blob: 9f7d25502e734c878519b6cf1dc2400989a7d2ec [
file
] [
log
] [
blame
] [
edit
]
error
:
function
`foo`
is
never used
-->
$DIR
/
basic
.
rs
:
4
:
4
|
LL
|
fn foo
()
{
|
^^^
|
note
:
the lint level
is
defined
here
-->
$DIR
/
basic
.
rs
:
1
:
9
|
LL
|
#![deny(dead_code)]
|
^^^^^^^^^
error
:
aborting due to
1
previous error