Auto merge of #2230 - scottmcm:master, r=RalfJung

Add `#![feature(yeet_expr)]`

Hopefully enough for https://github.com/rust-lang/rust/issues/98036
This commit is contained in:
bors 2022-06-13 04:43:28 +00:00
commit 0a2a4b3742
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
99930ac7f8cbb5d9b319b2e2e92794fd6f24f556
546c826f0ccaab36e897860205281f490db274e6

View File

@ -5,6 +5,7 @@
#![feature(try_blocks)]
#![feature(let_else)]
#![feature(io_error_more)]
#![feature(yeet_expr)]
#![warn(rust_2018_idioms)]
#![allow(
clippy::collapsible_else_if,