Y
Hacker News
new
|
ask
|
show
|
jobs
by
littlestymaar
2228 days ago
This isn't the answer I wanted, but it's a good answer. Thank you
1 comments
steveklabnik
2228 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.)
link
littlestymaar
2227 days ago
Even if std::2018 is just doing: `pub use std::2021::Option`?
link
steveklabnik
2226 days ago
Ehh you're right, actually.
I still think you run into other issues, though.
link