Skip to content

Commit 99cef7b

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents ccf7f15 + 11e76b0 commit 99cef7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/hir-expand/src/inert_attr_macro.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
695695
template!(List: r#"cfg = "...", module = "...", kind = "...""#), DuplicatesOk,
696696
),
697697
rustc_attr!(TEST, rustc_symbol_name, Normal, template!(Word), WarnFollowing),
698-
rustc_attr!(TEST, rustc_polymorphize_error, Normal, template!(Word), WarnFollowing),
699698
rustc_attr!(TEST, rustc_def_path, Normal, template!(Word), WarnFollowing),
700699
rustc_attr!(TEST, rustc_mir, Normal, template!(List: "arg1, arg2, ..."), DuplicatesOk),
701700
gated!(

0 commit comments

Comments
 (0)