Skip to content

Commit 9d6c983

Browse files
Keep stable attribute in metadata
1 parent 035c51c commit 9d6c983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/builtin_attrs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
493493
// DuplicatesOk since it has its own validation
494494
ungated!(
495495
stable, Normal,
496-
template!(List: r#"feature = "name", since = "version""#), DuplicatesOk, @only_local: true,
496+
template!(List: r#"feature = "name", since = "version""#), DuplicatesOk,
497497
),
498498
ungated!(
499499
unstable, Normal,

0 commit comments

Comments
 (0)