We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c5fb8 commit c8c4fd7Copy full SHA for c8c4fd7
src/librustc_span/symbol.rs
@@ -226,6 +226,7 @@ symbols! {
226
const_eval_limit,
227
const_extern_fn,
228
const_fn,
229
+ const_fn_transmute,
230
const_fn_union,
231
const_generics,
232
const_if_match,
@@ -848,7 +849,6 @@ symbols! {
848
849
track_caller,
850
trait_alias,
851
transmute,
- const_fn_transmute,
852
transparent,
853
transparent_enums,
854
transparent_unions,
0 commit comments