about summary refs log tree commit diff
path: root/src/test/ui/ufcs
diff options
context:
space:
mode:
authorEsteban Kuber <esteban@kuber.com.ar>2022-03-26 23:14:47 +0000
committerEsteban Kuber <esteban@kuber.com.ar>2022-04-04 21:06:35 +0000
commite2bba0708a1e4b0c21f94de56c2bd5d66d3b825f (patch)
treef69b605da80489e297384a9fdde5cc99396f4e8c /src/test/ui/ufcs
parent883b93c7b7eb02ec85f4b8f9fb129efc403d4fb2 (diff)
downloadrust-e2bba0708a1e4b0c21f94de56c2bd5d66d3b825f.tar.gz
rust-e2bba0708a1e4b0c21f94de56c2bd5d66d3b825f.zip
Fix list length
Diffstat (limited to 'src/test/ui/ufcs')
-rw-r--r--src/test/ui/ufcs/ufcs-qpath-self-mismatch.stderr4
1 files changed, 4 insertions, 0 deletions
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 |     <i32 as Add<u32>>::add(1, 2);
              <&i32 as Add<&i32>>
              <i32 as Add<&i32>>
              <i32 as Add>
+             <&'a f32 as Add<f32>>
+             <&'a f64 as Add<f64>>
+             <&'a i128 as Add<i128>>
+             <&'a i16 as Add<i16>>
            and 48 others
 
 error[E0308]: mismatched types