We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2170a26 + 226ff75 commit e92f0aeCopy full SHA for e92f0ae
1 file changed
tests/compile-fail/unnamed_const.stderr
@@ -19,5 +19,6 @@ error[E0599]: no associated item named `_` found for struct `Unnamed` in the cur
19
|
20
help: there is an associated constant `A` with a similar name
21
22
-7 | const A = Self::A.bits();
23
- | ~
+7 - const A = Self::_.bits();
+7 + const A = Self::A.bits();
24
+ |
0 commit comments