mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 10:45:18 +00:00
Fix obsolete struct syntax in test
This commit is contained in:
parent
2810ea9a68
commit
cd3956054d
@ -1,5 +1,5 @@
|
||||
struct S {
|
||||
y: int;
|
||||
y: int
|
||||
}
|
||||
|
||||
impl S: Cmp, ToStr { //~ ERROR: expected `{` but found `,`
|
||||
|
Loading…
Reference in New Issue
Block a user