1
Fork 0

Fix fallout in tests

This commit is contained in:
Jeffrey Seyfried 2016-03-20 11:24:08 +00:00
parent 0c6f067961
commit da41e583d6
125 changed files with 285 additions and 285 deletions

View file

@ -23,5 +23,5 @@ fn bar<T: Send>(_: T) {}
fn main() {
let x = Foo { a: 5 };
bar(x);
//~^ ERROR the trait `core::marker::Send` is not implemented
//~^ ERROR the trait `std::marker::Send` is not implemented
}