Skip to content

Commit aec9558

Browse files
committed
Update ui tests for latest nightly
1 parent 8205d5b commit aec9558

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test_suite/ui/invalid_name_in_default.stderr

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ error[E0599]: no variant or associated item named `C` found for enum `Test` in t
22
--> ui/invalid_name_in_default.rs:3:26
33
|
44
3 | #[bitflags(default = A | C)]
5-
| ^
6-
| |
7-
| variant or associated item not found in `Test`
8-
| help: there is a variant with a similar name: `A`
5+
| ^ variant or associated item not found in `Test`
96
...
107
6 | enum Test {
118
| --------- variant or associated item `C` not found for this enum
9+
|
10+
help: there is a variant with a similar name
11+
|
12+
3 | #[bitflags(default = A | A)]
13+
| ~

0 commit comments

Comments
 (0)