Hacker News new | ask | show | jobs
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?

1 comments

Wow, this is nice and looks well thought out. Thank you!