Skip to content

Commit

Permalink
Fix error message in compile-fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Nov 3, 2014
1 parent b8fad35 commit 03b568a
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -17,7 +17,8 @@ struct E {
}
#[deriving(Clone)]
struct C {
x: NoCloneOrEq //~ ERROR does not implement any method in scope named `clone`
x: NoCloneOrEq
//~^ ERROR the trait `core::clone::Clone` is not implemented for the type `NoCloneOrEq`
}


Expand Down

0 comments on commit 03b568a

Please sign in to comment.