@@ -360,6 +360,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
360
360
// Code generation:
361
361
ungated ! ( inline, Normal , template!( Word , List : "always|never" ) , FutureWarnFollowing ) ,
362
362
ungated ! ( cold, Normal , template!( Word ) , WarnFollowing ) ,
363
+ ungated ! ( naked, Normal , template!( Word ) , WarnFollowing ) ,
363
364
ungated ! ( no_builtins, CrateLevel , template!( Word ) , WarnFollowing ) ,
364
365
ungated ! ( target_feature, Normal , template!( List : r#"enable = "name""# ) , DuplicatesOk ) ,
365
366
ungated ! ( track_caller, Normal , template!( Word ) , WarnFollowing ) ,
@@ -379,7 +380,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
379
380
// ==========================================================================
380
381
381
382
// Linking:
382
- gated ! ( naked, Normal , template!( Word ) , WarnFollowing , naked_functions, experimental!( naked) ) ,
383
383
gated ! (
384
384
link_ordinal, Normal , template!( List : "ordinal" ) , ErrorPreceding , raw_dylib,
385
385
experimental!( link_ordinal)
0 commit comments