Skip to content

Commit 2bafc0f

Browse files
committed
bless the single test
1 parent 39e23ef commit 2bafc0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/associated-consts/associated-const-dead-code.stderr

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
error: associated constant `BAR` is never used
22
--> $DIR/associated-const-dead-code.rs:6:11
33
|
4+
LL | impl MyFoo {
5+
| ---------- associated constant in this implementation
46
LL | const BAR: u32 = 1;
57
| ^^^
68
|

0 commit comments

Comments
 (0)