Rust-GCC / gccrs

GCC Front-End for Rust
https://rust-gcc.github.io/
GNU General Public License v2.0
2.36k stars 151 forks source link

Name resolve macros properly #1576

Open CohenArthur opened 1 year ago

CohenArthur commented 1 year ago

Some name resolution is required during macro expansion, in order to resolve macros properly.

rustc_resolve::macros as opposed to rustc_resolve::late

CohenArthur commented 1 year ago

This will probably tie in with #1078