Commit d59362b
authored
Rollup merge of rust-lang#93878 - Aaron1011:newtype-macro, r=cjgillot
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)File tree
5 files changed
+340
-456
lines changed- compiler
- rustc_index/src
- vec
- rustc_macros/src
5 files changed
+340
-456
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
0 commit comments