mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 19:57:02 +00:00

This makes it possible to have both std::panic and core::panic as a builtin macro, by using different builtin macro names for each. Also removes SyntaxExtension::is_derive_copy, as the macro name (e.g. sym::Copy) is now tracked and provides that information directly.