1
Fork 0

Don't sort strings right after we just sorted by types

This commit is contained in:
Michael Goulet 2023-06-27 23:31:06 +00:00
parent 28f39862a8
commit 2c33dfea76
44 changed files with 274 additions and 270 deletions

View file

@ -12,10 +12,10 @@ LL | = [0; (i8::MAX + 1u8) as usize];
|
= help: the trait `Add<u8>` is not implemented for `i8`
= help: the following other types implement trait `Add<Rhs>`:
<i8 as Add>
<i8 as Add<&i8>>
<&'a i8 as Add<i8>>
<&i8 as Add<&i8>>
<i8 as Add<&i8>>
<i8 as Add>
error: aborting due to 2 previous errors