blob: 6bb362de261e971f49f33e0c453d775634a66ddf (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|