]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #82759 - m-ou-se:remove-unwrap-none, r=petrochenkov
authorDylan DPC <dylan.dpc@gmail.com>
Fri, 19 Mar 2021 14:03:20 +0000 (15:03 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Mar 2021 14:03:20 +0000 (15:03 +0100)
commit29609711a58312fc105a589e353d2ae197532fd5
treebe4c30226e770a8f7d42ce096f198601d0acaf52
parent4abcd4042c34a80872d0e687b9aa325e68b58d08
parentcfb4ad4f2abf42ff603d5f9e89f1352cb79a451c
Rollup merge of #82759 - m-ou-se:remove-unwrap-none, r=petrochenkov

Remove unwrap_none/expect_none from compiler/.

We're not going to stabilize `Option::{unwrap_none, expect_none}`. (See https://github.com/rust-lang/rust/issues/62633.) This removes the usage of those unstable methods from `compiler/`.