rust/compiler/rustc_expand
Aaron Hill a97dcfa375
Run cfg-stripping on generic parameters before invoking derive macros
Fixes #75930

This changes the tokens seen by a proc-macro. However, ising a `#[cfg]` attribute
on a generic paramter is unusual, and combining it with a proc-macro
derive is probably even more unusual. I don't expect this to cause any
breakage.
2020-08-30 13:46:19 -04:00
..
src Run cfg-stripping on generic parameters before invoking derive macros 2020-08-30 13:46:19 -04:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00