Fix fallout in tests
This commit is contained in:
parent
0c6f067961
commit
da41e583d6
125 changed files with 285 additions and 285 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue