Hacker News new | ask | show | jobs
by steveklabnik 2224 days ago
You’re welcome. (I imagine that you’d get the same version conflict situation with your idea btw: std::2018::Option is not the same type as std::2021::Option.)
1 comments

Even if std::2018 is just doing: `pub use std::2021::Option`?
Ehh you're right, actually.

I still think you run into other issues, though.