We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e23ef commit 2bafc0fCopy full SHA for 2bafc0f
tests/ui/associated-consts/associated-const-dead-code.stderr
@@ -1,6 +1,8 @@
1
error: associated constant `BAR` is never used
2
--> $DIR/associated-const-dead-code.rs:6:11
3
|
4
+LL | impl MyFoo {
5
+ | ---------- associated constant in this implementation
6
LL | const BAR: u32 = 1;
7
| ^^^
8
0 commit comments