Sign in
◑
Theme
rust
/
rust
/
d7e8f9fc7af4aa4cd65140afaebe48dd1e90e708
/
.
/
tests
/
ui
/
lint
/
dead-code
/
with-core-crate.stderr
blob: 9db26c956298e62e425b71934b7fe50f9c4a2ea9 [
file
]
error
:
function
`foo`
is
never used
-->
$DIR
/
with
-
core
-
crate
.
rs
:
6
:
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
1
previous error