|
|
|
|
|
by hatesinterviews
1505 days ago
|
|
I think some of the complaints about the permanence of temporary solutions are unwarranted in this case. This is only for the nightly branch of the compiler. Most Rust users run the stable compiler[1] (a different build) which is wholly incapable of using this feature. There are definitely niche features that languish in nightly for years, but this initiative to improve the Try trait and ? operator will have broad appeal and I imagine a good number of people willing to push forward to get it stabilized, at which point they will finally decide on the proper name. [1]: https://blog.rust-lang.org/2020/12/16/rust-survey-2020.html |
|