Correctly sort const_fn_transmute

This commit is contained in:
Manish Goregaokar 2020-07-11 08:55:05 -07:00
parent 95c5fb850e
commit c8c4fd7cb1

View File

@ -226,6 +226,7 @@ symbols! {
const_eval_limit,
const_extern_fn,
const_fn,
const_fn_transmute,
const_fn_union,
const_generics,
const_if_match,
@ -848,7 +849,6 @@ symbols! {
track_caller,
trait_alias,
transmute,
const_fn_transmute,
transparent,
transparent_enums,
transparent_unions,