Skip to content

Commit 0843b6f

Browse files
committed
Remove polymorphization
1 parent cee2402 commit 0843b6f

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)