Skip to content

Commit

Permalink
Correctly sort const_fn_transmute
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 11, 2020
1 parent 95c5fb8 commit c8c4fd7
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 @@ -226,6 +226,7 @@ symbols! {
const_eval_limit,
const_extern_fn,
const_fn,
const_fn_transmute,
const_fn_union,
const_generics,
const_if_match,
Expand Down Expand Up @@ -848,7 +849,6 @@ symbols! {
track_caller,
trait_alias,
transmute,
const_fn_transmute,
transparent,
transparent_enums,
transparent_unions,
Expand Down

0 comments on commit c8c4fd7

Please sign in to comment.