Merge pull request #4079 from rust-lang/rustup-2024-12-07

Automatic Rustup
This commit is contained in:
Ralf Jung 2024-12-07 07:49:07 +00:00 committed by GitHub
commit 4ba09c8d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -695,7 +695,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
template!(List: r#"cfg = "...", module = "...", kind = "...""#), DuplicatesOk, template!(List: r#"cfg = "...", module = "...", kind = "...""#), DuplicatesOk,
), ),
rustc_attr!(TEST, rustc_symbol_name, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_symbol_name, Normal, template!(Word), WarnFollowing),
rustc_attr!(TEST, rustc_polymorphize_error, Normal, template!(Word), WarnFollowing),
rustc_attr!(TEST, rustc_def_path, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_def_path, Normal, template!(Word), WarnFollowing),
rustc_attr!(TEST, rustc_mir, Normal, template!(List: "arg1, arg2, ..."), DuplicatesOk), rustc_attr!(TEST, rustc_mir, Normal, template!(List: "arg1, arg2, ..."), DuplicatesOk),
gated!( gated!(