]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/where-clauses/where-clauses-unsatisfied.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / where-clauses / where-clauses-unsatisfied.rs
index 83620e5cf3a374486605e04bed5b5cffd8d031a5..8b067d30a2a851ae1e0a31a56b41f580b2e4233f 100644 (file)
@@ -4,5 +4,5 @@ struct Struct;
 
 fn main() {
     drop(equal(&Struct, &Struct))
-    //~^ ERROR the trait bound `Struct: std::cmp::Eq` is not satisfied
+    //~^ ERROR the trait bound `Struct: Eq` is not satisfied
 }