Fix test expectations because of #28439
This commit is contained in:
parent
f5a99ae7fb
commit
a9cb51cf0c
@ -9,7 +9,9 @@
|
||||
// except according to those terms.
|
||||
|
||||
enum bird {
|
||||
pub duck, //~ ERROR: expected identifier, found keyword `pub`
|
||||
pub duck,
|
||||
//~^ ERROR: expected identifier, found keyword `pub`
|
||||
//~^^ ERROR: expected
|
||||
goose
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user