]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/issue-1920-2.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / issue-1920-2.rs
index c73a17350648bfba823679cd75eb677bb969c4b1..02c925f336eae8fa20cde1a07638797a6691d096 100644 (file)
@@ -16,5 +16,5 @@ fn assert_clone<T>() where T : Clone { }
 
 fn main() {
     assert_clone::<bar::sync::atomic::AtomicBool>();
-    //~^ ERROR the trait `bar::clone::Clone` is not implemented for the type `bar::sync::atomic::
+    //~^ ERROR `bar::sync::atomic::AtomicBool: bar::clone::Clone` is not satisfied
 }