]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/type/type-check-defaults.stderr
Rollup merge of #105310 - compiler-errors:issue-105288, r=eholk
[rust.git] / src / test / ui / type / type-check-defaults.stderr
index cf77c057d46d4b5babce2b4b9e23d96f786982f6..9ba63ffe9c93f4de1b45f28f6dde3d0937926d27 100644 (file)
@@ -66,15 +66,10 @@ LL | trait ProjectionPred<T:Iterator = IntoIter<i32>> where T::Item : Add<u8> {}
    |
    = help: the trait `Add<u8>` is not implemented for `i32`
    = help: the following other types implement trait `Add<Rhs>`:
-             <&'a f32 as Add<f32>>
-             <&'a f64 as Add<f64>>
-             <&'a i128 as Add<i128>>
-             <&'a i16 as Add<i16>>
              <&'a i32 as Add<i32>>
-             <&'a i64 as Add<i64>>
-             <&'a i8 as Add<i8>>
-             <&'a isize as Add<isize>>
-           and 48 others
+             <&i32 as Add<&i32>>
+             <i32 as Add<&i32>>
+             <i32 as Add>
 
 error: aborting due to 7 previous errors