Skip to content

Commit 67002db

Browse files
committed
Corrected symbol order after adding diagnostic items
1 parent d38f2b0 commit 67002db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_span/src/symbol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ symbols! {
172172
GlobalAlloc,
173173
Hash,
174174
HashMap,
175+
HashMapEntry,
175176
HashSet,
176177
Hasher,
177-
HashMapEntry,
178178
Implied,
179179
Input,
180180
IntoIterator,

0 commit comments

Comments
 (0)