about summary refs log tree commit diff
path: root/tests/ui/const-generics/issues/issue-86535-2.stderr
blob: 870d97d7d2ebe923cfe08c6d457731f5f3815816 (plain)
1
2
3
4
5
6
7
8
9
10
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