X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Fno_share-struct.stderr;h=a35271a8b78c7e198f447935f052b2c84caa44d0;hb=7003537df681fe150b4bfaa8cd02011ac1614370;hp=f14b06835f9da498667a3f1f43e70b021f7a6d00;hpb=a6127e3fde9e8d24388847ad1b442a4337f19965;p=rust.git diff --git a/src/test/ui/no_share-struct.stderr b/src/test/ui/no_share-struct.stderr index f14b06835f9..a35271a8b78 100644 --- a/src/test/ui/no_share-struct.stderr +++ b/src/test/ui/no_share-struct.stderr @@ -7,7 +7,7 @@ LL | fn bar(_: T) {} LL | bar(x); | ^ `Foo` cannot be shared between threads safely | - = help: the trait `std::marker::Sync` is not implemented for `Foo` + = help: the trait `Sync` is not implemented for `Foo` error: aborting due to previous error