]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-17718-static-sync.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-17718-static-sync.rs
index fa8035a79652ea27a1c7f8e67aad9d47562b6bad..790329cd2e429f13897329353c166236791268d1 100644 (file)
@@ -17,6 +17,6 @@ impl !Sync for Foo {}
 
 static FOO: usize = 3;
 static BAR: Foo = Foo;
-//~^ ERROR: the trait `core::marker::Sync` is not implemented
+//~^ ERROR: `Foo: std::marker::Sync` is not satisfied
 
 fn main() {}