Y
Hacker News
new
|
ask
|
show
|
jobs
by
epage
575 days ago
Mixing editions in a file happens in Rust with the macro system. You write a macro to generate code in your edition and the generation happens in the callers crate, no matter what edition it is.