Skip to content

Commit 11e76b0

Browse files
committed
Auto merge of #133883 - saethlin:remove-polymorphization, r=compiler-errors
Remove polymorphization This PR removes the flag `-Zpolymorphize` and all the infrastructure in the compiler that exists only to support it, per rust-lang/compiler-team#810.
2 parents cee2402 + 0843b6f commit 11e76b0

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)