rust/library/core
Yuki Okushi 921a82007a
Rollup merge of #83421 - faern:add-into-err, r=joshtriplett
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
2021-03-25 09:07:28 +09:00
..
benches Auto merge of #81358 - mcastorina:to-upper-lower-speed, r=joshtriplett 2021-03-17 11:17:18 +00:00
src Rollup merge of #83421 - faern:add-into-err, r=joshtriplett 2021-03-25 09:07:28 +09:00
tests Rollup merge of #83421 - faern:add-into-err, r=joshtriplett 2021-03-25 09:07:28 +09:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00