eupn / macrotest

Test harness for declarative and procedural macros expansion via `cargo-expand`
47 stars 9 forks source link

Support Edition 2021 #82

Closed HTGAzureX1212 closed 1 year ago

HTGAzureX1212 commented 1 year ago

I just ran into this issue where if I depend on crates that uses the 2021 edition, the dependencies would not be added to the output macrotestxxx crate upon closer inspection.

This PR fixes this behaviour by simply adding a member to the Edition enum, thereby supporting the usage of the 2021 edition, which should be common now as it has been released some while ago already.

HTGAzureX1212 commented 1 year ago

Any ETA on merging this PR?