Don't sort strings right after we just sorted by types
This commit is contained in:
parent
28f39862a8
commit
2c33dfea76
44 changed files with 274 additions and 270 deletions
|
@ -5,14 +5,14 @@ LL | <[X; 35] as Default>::default();
|
|||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Default` is not implemented for `[X; 35]`
|
||||
|
|
||||
= help: the following other types implement trait `Default`:
|
||||
&[T]
|
||||
&mut [T]
|
||||
[T; 0]
|
||||
[T; 10]
|
||||
[T; 11]
|
||||
[T; 12]
|
||||
[T; 13]
|
||||
[T; 14]
|
||||
[T; 1]
|
||||
[T; 2]
|
||||
[T; 3]
|
||||
[T; 4]
|
||||
[T; 5]
|
||||
[T; 6]
|
||||
[T; 7]
|
||||
and 27 others
|
||||
|
||||
error: aborting due to previous error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue