Skip to content

Commit 2e56047

Browse files
author
Jorge Aparicio
committed
---
yaml --- r: 158587 b: refs/heads/try c: 03b568a h: refs/heads/master i: 158585: e7f2b2c 158583: a2cbf57 v: v3
1 parent 3041bba commit 2e56047

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: a0a7ab461283322215f0343cd2b5e66fc19a7bd5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 1b2ad7831f1745bf4a4709a1fa1772afb47c933c
5-
refs/heads/try: b8fad35ddae081611d9db486de960f9a23371917
5+
refs/heads/try: 03b568a846e71d2efac88325534c2142b6c25453
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
88
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try/src/test/compile-fail/deriving-no-inner-impl-error-message.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ struct E {
1717
}
1818
#[deriving(Clone)]
1919
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`
2122
}
2223

2324

0 commit comments

Comments
 (0)