File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
branches/try/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: a0a7ab461283322215f0343cd2b5e66fc19a7bd5
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 1b2ad7831f1745bf4a4709a1fa1772afb47c933c
5
- refs/heads/try: b8fad35ddae081611d9db486de960f9a23371917
5
+ refs/heads/try: 03b568a846e71d2efac88325534c2142b6c25453
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
8
8
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ struct E {
17
17
}
18
18
#[ deriving( Clone ) ]
19
19
struct C {
20
- x : NoCloneOrEq //~ ERROR does not implement any method in scope named `clone`
20
+ x : NoCloneOrEq
21
+ //~^ ERROR the trait `core::clone::Clone` is not implemented for the type `NoCloneOrEq`
21
22
}
22
23
23
24
You can’t perform that action at this time.
0 commit comments