Skip to content

Commit cd39560

Browse files
committed
Fix obsolete struct syntax in test
1 parent 2810ea9 commit cd39560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/multitrait.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
struct S {
2-
y: int;
2+
y: int
33
}
44

55
impl S: Cmp, ToStr { //~ ERROR: expected `{` but found `,`

0 commit comments

Comments
 (0)