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