Fix obsolete struct syntax in test
This commit is contained in:
parent
2810ea9a68
commit
cd3956054d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
struct S {
|
||||
y: int;
|
||||
y: int
|
||||
}
|
||||
|
||||
impl S: Cmp, ToStr { //~ ERROR: expected `{` but found `,`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue