Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9d6c983

Browse files
committedJan 17, 2024
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.