Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
const-generics
/
issues
/
issue-86535.stderr
blob: 6bb362de261e971f49f33e0c453d775634a66ddf [
file
] [
log
] [
blame
] [
edit
]
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