rust/compiler/rustc_feature/src
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
..
accepted.rs stabilize min_const_generics 2020-12-26 18:24:10 +01:00
active.rs Allow references to interior mutable data behind a feature gate 2021-01-01 16:59:12 +00:00
builtin_attrs.rs Allow #[rustc_builtin_macro = "name"]. 2021-01-09 19:50:06 +01:00
lib.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00
removed.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00