Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
const-generics
/
issues
/
issue-86535.stderr
blob: 6bb362de261e971f49f33e0c453d775634a66ddf [
file
]
warning
:
struct
`F`
is
never constructed
-->
$DIR
/
issue
-
86535.rs
:
5
:
8
|
LL
|
struct
F
<
const
S
:
&
'static str>;
| ^
|
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: 1 warning emitted