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