rust/compiler/rustc_feature
Mara Bos d651fa78ce Allow #[rustc_builtin_macro = "name"].
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.
2021-01-09 19:50:06 +01:00
..
src Allow #[rustc_builtin_macro = "name"]. 2021-01-09 19:50:06 +01:00
Cargo.toml