@@ -384,6 +384,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
384
384
ungated ! ( no_builtins, CrateLevel , template!( Word ) , WarnFollowing ) ,
385
385
ungated ! ( target_feature, Normal , template!( List : r#"enable = "name""# ) , DuplicatesOk ) ,
386
386
ungated ! ( track_caller, Normal , template!( Word ) , WarnFollowing ) ,
387
+ ungated ! ( instruction_set, Normal , template!( List : "set" ) , ErrorPreceding ) ,
387
388
gated ! (
388
389
no_sanitize, Normal ,
389
390
template!( List : "address, memory, thread" ) , DuplicatesOk ,
@@ -445,11 +446,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
445
446
optimize, Normal , template!( List : "size|speed" ) , ErrorPreceding , optimize_attribute,
446
447
experimental!( optimize) ,
447
448
) ,
448
- // RFC 2867
449
- gated ! (
450
- instruction_set, Normal , template!( List : "set" ) , ErrorPreceding ,
451
- isa_attribute, experimental!( instruction_set)
452
- ) ,
453
449
454
450
gated ! (
455
451
ffi_returns_twice, Normal , template!( Word ) , WarnFollowing , experimental!( ffi_returns_twice)
0 commit comments