Skip to content

Commit c6ca50c

Browse files
committed
Bless tests from rebase
1 parent e053fcb commit c6ca50c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/ui/const-generics/mgca/ambiguous-assoc-const.stderr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ LL | fn foo() -> Blah<{ Tr::N }> {
66
|
77
help: if there were a type named `Example` that implemented `Tr`, you could use the fully-qualified path
88
|
9-
LL | fn foo() -> Blah<{ <Example as Tr>::N }> {
10-
| ~~~~~~~~~~~~~~~~~~
9+
LL - fn foo() -> Blah<{ Tr::N }> {
10+
LL + fn foo() -> Blah<{ <Example as Tr>::N }> {
11+
|
1112

1213
error: aborting due to 1 previous error
1314

0 commit comments

Comments
 (0)