Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
const-generics
/
issues
/
issue-86535-2.stderr
blob: 870d97d7d2ebe923cfe08c6d457731f5f3815816 [
file
] [
log
] [
blame
]
warning
:
struct
`Bar`
is
never constructed
-->
$DIR
/
issue
-
86535
-
2.rs
:
12
:
8
|
LL
|
struct
Bar
<
const
N
:
&
'static ()>;
| ^^^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted