Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lint
/
dead-code
/
impl-trait.stderr
blob: 1c7d6d94597631af5833f76b0e044fb1101c2d82 [
file
] [
log
] [
blame
] [
edit
]
error
:
type
alias
`Unused`
is
never used
-->
$DIR
/
impl
-
trait
.
rs
:
12
:
6
|
LL
|
type
Unused
=
();
|
^^^^^^
|
note
:
the lint level
is
defined
here
-->
$DIR
/
impl
-
trait
.
rs
:
1
:
9
|
LL
|
#![deny(dead_code)]
|
^^^^^^^^^
error
:
aborting due to
1
previous error