Y
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
littlestymaar
2223 days ago
Even if std::2018 is just doing: `pub use std::2021::Option`?
link
steveklabnik
2222 days ago
Ehh you're right, actually.
I still think you run into other issues, though.
link