]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/seq-args.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / seq-args.stderr
index 81ba1abcd6dcbe1e207fa3fa4cb6429fb4012200..2e7d901640e84c9ddddb72534c02b2049d0422ec 100644 (file)
@@ -1,13 +1,13 @@
 error[E0107]: wrong number of type arguments: expected 0, found 1
   --> $DIR/seq-args.rs:4:13
    |
-LL | impl<T> Seq<T> for Vec<T> { //~ ERROR wrong number of type arguments
+LL | impl<T> Seq<T> for Vec<T> {
    |             ^ unexpected type argument
 
 error[E0107]: wrong number of type arguments: expected 0, found 1
   --> $DIR/seq-args.rs:7:10
    |
-LL | impl Seq<bool> for u32 { //~ ERROR wrong number of type arguments
+LL | impl Seq<bool> for u32 {
    |          ^^^^ unexpected type argument
 
 error: aborting due to 2 previous errors