Skip to content

Commit 3ba3bd5

Browse files
committed
Fix symbol sorting
1 parent 5dc8ec8 commit 3ba3bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_span/symbol.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ symbols! {
347347
generators,
348348
generic_associated_types,
349349
generic_param_attrs,
350+
get_context,
350351
global_allocator,
351352
global_asm,
352353
globs,
@@ -548,7 +549,6 @@ symbols! {
548549
plugins,
549550
poll,
550551
Poll,
551-
get_context,
552552
powerpc_target_feature,
553553
precise_pointer_size_matching,
554554
pref_align_of,

0 commit comments

Comments
 (0)