We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a92ee commit 7d221d5Copy full SHA for 7d221d5
tests/ui/const-generics/mgca/ambiguous-assoc-const.stderr
@@ -6,8 +6,9 @@ LL | fn foo() -> Blah<{ Tr::N }> {
6
|
7
help: if there were a type named `Example` that implemented `Tr`, you could use the fully-qualified path
8
9
-LL | fn foo() -> Blah<{ <Example as Tr>::N }> {
10
- | ~~~~~~~~~~~~~~~~~~
+LL - fn foo() -> Blah<{ Tr::N }> {
+LL + fn foo() -> Blah<{ <Example as Tr>::N }> {
11
+ |
12
13
error: aborting due to 1 previous error
14
0 commit comments