mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-12 12:06:47 +00:00
Correctly sort const_fn_transmute
This commit is contained in:
parent
95c5fb850e
commit
c8c4fd7cb1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user