Skip to content

Commit e92f0ae

Browse files
authored
Merge pull request #438 from KodrAus/fix/ui-tests
Fix up UI tests
2 parents 2170a26 + 226ff75 commit e92f0ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/compile-fail/unnamed_const.stderr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ error[E0599]: no associated item named `_` found for struct `Unnamed` in the cur
1919
|
2020
help: there is an associated constant `A` with a similar name
2121
|
22-
7 | const A = Self::A.bits();
23-
| ~
22+
7 - const A = Self::_.bits();
23+
7 + const A = Self::A.bits();
24+
|

0 commit comments

Comments
 (0)