提交 03b568a8 编写于 作者: J Jorge Aparicio

Fix error message in compile-fail test

上级 b8fad35d
......@@ -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`
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册