Skip to content

Commit

Permalink
Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se
Browse files Browse the repository at this point in the history
Remove unstable Result::into_ok_or_err

Pending FCP: rust-lang/rust#82223 (comment)

```@rustbot``` label +waiting-on-fcp
  • Loading branch information
JohnTitor authored Aug 26, 2022
2 parents 928ef37 + f21a300 commit 5b1229e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion patches/0024-core-Disable-portable-simd-test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ index 06c7be0..359e2e7 100644
@@ -75,7 +75,6 @@
#![feature(never_type)]
#![feature(unwrap_infallible)]
#![feature(result_into_ok_or_err)]
-#![feature(portable_simd)]
#![feature(ptr_metadata)]
#![feature(once_cell)]
Expand Down

0 comments on commit 5b1229e

Please sign in to comment.