Allow restricted trait impls in macros with `min_specialization`
Implementing traits marked with `#[rustc_specialization_trait]` normally requires (min-)specialization to be enabled for the enclosing crate. With this change, that permission can also be granted by an `allow_internal_unstable` attribute on the macro that generates the impl.
Z
Zalathar committed
7b73e4fd44c86405307afa5f1a03317bc560f746
Parent: b5c46dc