mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
921a82007a
Add Result::into_err where the Ok variant is the never type Equivalent of #66045 but for the inverse situation where `T: Into<!>` rather than `E: Into<!>`. I'm using the same feature gate name. I can't see why one of these methods would be OK to stabilize but not the other. Tracking issue: #61695