@@ -384,6 +384,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
384384 ungated ! ( no_builtins, CrateLevel , template!( Word ) , WarnFollowing ) ,
385385 ungated ! ( target_feature, Normal , template!( List : r#"enable = "name""# ) , DuplicatesOk ) ,
386386 ungated ! ( track_caller, Normal , template!( Word ) , WarnFollowing ) ,
387+ ungated ! ( instruction_set, Normal , template!( List : "set" ) , ErrorPreceding ) ,
387388 gated ! (
388389 no_sanitize, Normal ,
389390 template!( List : "address, memory, thread" ) , DuplicatesOk ,
@@ -445,11 +446,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
445446 optimize, Normal , template!( List : "size|speed" ) , ErrorPreceding , optimize_attribute,
446447 experimental!( optimize) ,
447448 ) ,
448- // RFC 2867
449- gated ! (
450- instruction_set, Normal , template!( List : "set" ) , ErrorPreceding ,
451- isa_attribute, experimental!( instruction_set)
452- ) ,
453449
454450 gated ! (
455451 ffi_returns_twice, Normal , template!( Word ) , WarnFollowing , experimental!( ffi_returns_twice)
0 commit comments