mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Corrected symbol order after adding diagnostic items
This commit is contained in:
parent
d38f2b0cc1
commit
67002db2cf
@ -172,9 +172,9 @@ symbols! {
|
|||||||
GlobalAlloc,
|
GlobalAlloc,
|
||||||
Hash,
|
Hash,
|
||||||
HashMap,
|
HashMap,
|
||||||
|
HashMapEntry,
|
||||||
HashSet,
|
HashSet,
|
||||||
Hasher,
|
Hasher,
|
||||||
HashMapEntry,
|
|
||||||
Implied,
|
Implied,
|
||||||
Input,
|
Input,
|
||||||
IntoIterator,
|
IntoIterator,
|
||||||
|
Loading…
Reference in New Issue
Block a user