bless the single test

This commit is contained in:
Ezra Shaw 2023-04-14 00:06:21 +12:00
parent 39e23ef532
commit 2bafc0fcee
No known key found for this signature in database
GPG key ID: 67ABF16FB0ECD870

View file

@ -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;
| ^^^
|