@@ -195,6 +195,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
195195 ungated ! ( no_mangle, Normal , template!( Word ) , WarnFollowing , @only_local: true ) ,
196196 ungated ! ( used, Normal , template!( Word , List : "compiler|linker" ) , WarnFollowing , @only_local: true ) ,
197197 ungated ! ( link_ordinal, Normal , template!( List : "ordinal" ) , ErrorPreceding ) ,
198+ ungated ! ( naked, Normal , template!( Word ) , WarnFollowing , @only_local: true ) ,
198199
199200 // Limits:
200201 ungated ! ( recursion_limit, CrateLevel , template!( NameValueStr : "N" ) , FutureWarnFollowing ) ,
@@ -253,12 +254,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
253254 // Unstable attributes:
254255 // ==========================================================================
255256
256- // Linking:
257- gated ! (
258- naked, Normal , template!( Word ) , WarnFollowing , @only_local: true ,
259- naked_functions, experimental!( naked)
260- ) ,
261-
262257 // Testing:
263258 gated ! (
264259 test_runner, CrateLevel , template!( List : "path" ) , ErrorFollowing , custom_test_frameworks,
0 commit comments