]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/associated-types-path-2.rs
deduplicate trait errors before they are displayed
[rust.git] / src / test / compile-fail / associated-types-path-2.rs
index e603cca7f384b838f6ff6313de42723bdf088025..c9374d42938002979a871480b1e1b94987ea567b 100644 (file)
@@ -39,7 +39,6 @@ pub fn f1_int_uint() {
 pub fn f1_uint_uint() {
     f1(2u32, 4u32);
     //~^ ERROR the trait `Foo` is not implemented
-    //~| ERROR the trait `Foo` is not implemented
 }
 
 pub fn f1_uint_int() {