Sign in
android
/
toolchain
/
rustc
/
15a6560abe9880705f51d219c1fa94f880dbaf35
/
.
/
src
/
test
/
ui
/
lint
/
dead-code
/
with-core-crate.stderr
blob: 2c63e60d67609d54fac4951b860fb1103e639e5c [
file
] [
log
] [
blame
]
error
:
function
is
never used
:
`foo`
-->
$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