mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
46d4bbf6df
Disallow eii in statement position With how v2 macros resolve, and the name resolution of `super` works, I realized with @WaffleLapkin that there's actually no way to consistently expand EIIs in statement position. r? @WaffleLapkin