mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 17:12:53 +00:00
tests: rename test cases to match new behaviour
This commit is contained in:
parent
0757d5f83f
commit
ac9c66bff5
@ -1,5 +1,5 @@
|
||||
error: missing `struct` for struct definition
|
||||
--> $DIR/pub-ident-fn-3.rs:4:8
|
||||
--> $DIR/pub-ident-struct-2.rs:4:8
|
||||
|
|
||||
LL | pub bar();
|
||||
| ^
|
@ -1,5 +1,5 @@
|
||||
error: missing `struct` for struct definition
|
||||
--> $DIR/pub-ident-fn-or-struct-2.rs:1:4
|
||||
--> $DIR/pub-ident-struct-3.rs:1:4
|
||||
|
|
||||
LL | pub S();
|
||||
| ^
|
Loading…
Reference in New Issue
Block a user