Skip to content

Commit

Permalink
Fix symbol sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 14, 2020
1 parent 5dc8ec8 commit 3ba3bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_span/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ symbols! {
generators,
generic_associated_types,
generic_param_attrs,
get_context,
global_allocator,
global_asm,
globs,
Expand Down Expand Up @@ -548,7 +549,6 @@ symbols! {
plugins,
poll,
Poll,
get_context,
powerpc_target_feature,
precise_pointer_size_matching,
pref_align_of,
Expand Down

0 comments on commit 3ba3bd5

Please sign in to comment.