Fix list length

This commit is contained in:
Esteban Kuber 2022-03-26 23:14:47 +00:00
parent 883b93c7b7
commit e2bba0708a
28 changed files with 225 additions and 1 deletions

View file

@ -10,6 +10,10 @@ LL | foo(1 as u32 +
<&u32 as Add<&u32>>
<u32 as Add<&u32>>
<u32 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: aborting due to previous error