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:
commit
0a2a4b3742
@ -1 +1 @@
|
||||
99930ac7f8cbb5d9b319b2e2e92794fd6f24f556
|
||||
546c826f0ccaab36e897860205281f490db274e6
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user