Closed
Description
Currently, proc-macro crates require a lot of special-casing like the following:
rust/src/librustc_metadata/decoder.rs
Lines 503 to 510 in b176285
I wonder if this is really necessary. It would be preferable if proc-macro crates could be treated as regular crates.
cc @rust-lang/compiler @jseyfried