rust/compiler/rustc_macros
Aaron Hill 339bbebbc1
Convert newtype_index to a proc macro
The `macro_rules!` implementation was becomng excessively complicated,
and difficult to modify. The new proc macro implementation should make
it much easier to add new features (e.g. skipping certain `#[derive]`s)
2022-02-24 16:02:06 -05:00
..
src Convert newtype_index to a proc macro 2022-02-24 16:02:06 -05:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00