@@ -360,6 +360,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
360360 // Code generation:
361361 ungated ! ( inline, Normal , template!( Word , List : "always|never" ) , FutureWarnFollowing ) ,
362362 ungated ! ( cold, Normal , template!( Word ) , WarnFollowing ) ,
363+ ungated ! ( naked, Normal , template!( Word ) , WarnFollowing ) ,
363364 ungated ! ( no_builtins, CrateLevel , template!( Word ) , WarnFollowing ) ,
364365 ungated ! ( target_feature, Normal , template!( List : r#"enable = "name""# ) , DuplicatesOk ) ,
365366 ungated ! ( track_caller, Normal , template!( Word ) , WarnFollowing ) ,
@@ -379,7 +380,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
379380 // ==========================================================================
380381
381382 // Linking:
382- gated ! ( naked, Normal , template!( Word ) , WarnFollowing , naked_functions, experimental!( naked) ) ,
383383 gated ! (
384384 link_ordinal, Normal , template!( List : "ordinal" ) , ErrorPreceding , raw_dylib,
385385 experimental!( link_ordinal)
0 commit comments