]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/associated-types/associated-types-eq-hr.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / associated-types / associated-types-eq-hr.rs
index fb391913c321ecd0c71384ed633e308f76cabaa7..dc653f7f2e9dc906cabb69c6ee33561f84c9f5de 100644 (file)
@@ -94,14 +94,10 @@ pub fn call_bar() {
 
 pub fn call_tuple_one() {
     tuple_one::<Tuple>();
-    //~^ ERROR implementation of `TheTrait` is not general enough
-    //~| ERROR implementation of `TheTrait` is not general enough
 }
 
 pub fn call_tuple_two() {
     tuple_two::<Tuple>();
-    //~^ ERROR implementation of `TheTrait` is not general enough
-    //~| ERROR implementation of `TheTrait` is not general enough
 }
 
 pub fn call_tuple_three() {
@@ -110,7 +106,6 @@ pub fn call_tuple_three() {
 
 pub fn call_tuple_four() {
     tuple_four::<Tuple>();
-    //~^ ERROR implementation of `TheTrait` is not general enough
 }
 
 fn main() {}