From e2bba0708a1e4b0c21f94de56c2bd5d66d3b825f Mon Sep 17 00:00:00 2001 From: Esteban Kuber Date: Sat, 26 Mar 2022 23:14:47 +0000 Subject: Fix list length --- src/test/ui/ufcs/ufcs-qpath-self-mismatch.stderr | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/test/ui/ufcs') diff --git a/src/test/ui/ufcs/ufcs-qpath-self-mismatch.stderr b/src/test/ui/ufcs/ufcs-qpath-self-mismatch.stderr index c769a0df7c8..64da15c5055 100644 --- a/src/test/ui/ufcs/ufcs-qpath-self-mismatch.stderr +++ b/src/test/ui/ufcs/ufcs-qpath-self-mismatch.stderr @@ -10,6 +10,10 @@ LL | >::add(1, 2); <&i32 as Add<&i32>> > + <&'a f32 as Add> + <&'a f64 as Add> + <&'a i128 as Add> + <&'a i16 as Add> and 48 others error[E0308]: mismatched types -- cgit 1.4.1-3-g733a5