|
|
|
|
|
by drdaeman
616 days ago
|
|
> And you can have a project that mixes those editions, and cargo will correctly use the edition asked for each crate. I'm curious - if you had a `pub fn async(...){...}` in some 2016 crate, can you still call it from a 2024 codebase? |
|