]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/typeck-default-trait-impl-constituent-types.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / typeck-default-trait-impl-constituent-types.rs
index 24819bb4f08d63a51f7db7752df8bfbdf14766f3..3d7746b369cc0a65315df93151bf3a63da5f2956 100644 (file)
@@ -29,5 +29,5 @@ fn main() {
     is_mytrait::<MyS>();
 
     is_mytrait::<MyS2>();
-    //~^ ERROR the trait `MyTrait` is not implemented for the type `MyS2`
+    //~^ ERROR `MyS2: MyTrait` is not satisfied
 }