Skip to content

Commit c8c4fd7

Browse files
committed
Correctly sort const_fn_transmute
1 parent 95c5fb8 commit c8c4fd7

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
@@ -226,6 +226,7 @@ symbols! {
226226
const_eval_limit,
227227
const_extern_fn,
228228
const_fn,
229+
const_fn_transmute,
229230
const_fn_union,
230231
const_generics,
231232
const_if_match,
@@ -848,7 +849,6 @@ symbols! {
848849
track_caller,
849850
trait_alias,
850851
transmute,
851-
const_fn_transmute,
852852
transparent,
853853
transparent_enums,
854854
transparent_unions,

0 commit comments

Comments
 (0)