Skip to content

Commit

Permalink
Keep stable attribute in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jan 17, 2024
1 parent 035c51c commit 9d6c983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_feature/src/builtin_attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
// DuplicatesOk since it has its own validation
ungated!(
stable, Normal,
template!(List: r#"feature = "name", since = "version""#), DuplicatesOk, @only_local: true,
template!(List: r#"feature = "name", since = "version""#), DuplicatesOk,
),
ungated!(
unstable, Normal,
Expand Down

0 comments on commit 9d6c983

Please sign in to comment.