We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2810ea9 commit cd39560Copy full SHA for cd39560
src/test/compile-fail/multitrait.rs
@@ -1,5 +1,5 @@
1
struct S {
2
- y: int;
+ y: int
3
}
4
5
impl S: Cmp, ToStr { //~ ERROR: expected `{` but found `,`
0 commit comments