bless the single test

This commit is contained in:
Ezra Shaw
2023-04-14 00:06:21 +12:00
parent 39e23ef532
commit 2bafc0fcee
@@ -1,6 +1,8 @@
error: associated constant `BAR` is never used
--> $DIR/associated-const-dead-code.rs:6:11
|
LL | impl MyFoo {
| ---------- associated constant in this implementation
LL | const BAR: u32 = 1;
| ^^^
|