1
Fork 0

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

@ -16,6 +16,10 @@ LL | = [0; (i8::MAX + 1u8) as usize];
<&i8 as Add<&i8>>
<i8 as Add<&i8>>
<i8 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 2 previous errors