allow_internal_unsafe
Allows using #[allow_internal_unsafe]
. This is an attribute on macro_rules!
and can't use the attribute handling below (it has to be checked before expansion possibly makes macros disappear).
This feature has no tracking issue, and is therefore likely internal to the compiler, not being intended for general use.