]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/dst-bad-assign.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / dst-bad-assign.rs
index d3029bc6a99801a785754a1a9b8ac6bf92e05ec0..2d21d0ebc760b5579e6c47aa501b2f2b6257d01f 100644 (file)
@@ -49,5 +49,5 @@ pub fn main() {
     //~| found `Bar1`
     //~| expected trait ToBar
     //~| found struct `Bar1`
-    //~| ERROR the trait `core::marker::Sized` is not implemented for the type `ToBar`
+    //~| ERROR `ToBar: std::marker::Sized` is not satisfied
 }