@@ -195,6 +195,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
195
195
ungated ! ( no_mangle, Normal , template!( Word ) , WarnFollowing , @only_local: true ) ,
196
196
ungated ! ( used, Normal , template!( Word , List : "compiler|linker" ) , WarnFollowing , @only_local: true ) ,
197
197
ungated ! ( link_ordinal, Normal , template!( List : "ordinal" ) , ErrorPreceding ) ,
198
+ ungated ! ( naked, Normal , template!( Word ) , WarnFollowing , @only_local: true ) ,
198
199
199
200
// Limits:
200
201
ungated ! ( recursion_limit, CrateLevel , template!( NameValueStr : "N" ) , FutureWarnFollowing ) ,
@@ -253,12 +254,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
253
254
// Unstable attributes:
254
255
// ==========================================================================
255
256
256
- // Linking:
257
- gated ! (
258
- naked, Normal , template!( Word ) , WarnFollowing , @only_local: true ,
259
- naked_functions, experimental!( naked)
260
- ) ,
261
-
262
257
// Testing:
263
258
gated ! (
264
259
test_runner, CrateLevel , template!( List : "path" ) , ErrorFollowing , custom_test_frameworks,
0 commit comments