Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 0a2a4b3

Browse files
committed
Auto merge of rust-lang#2230 - scottmcm:master, r=RalfJung
Add `#![feature(yeet_expr)]` Hopefully enough for rust-lang#98036
2 parents 21399ff + 238bbd6 commit 0a2a4b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
99930ac7f8cbb5d9b319b2e2e92794fd6f24f556
1+
546c826f0ccaab36e897860205281f490db274e6

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#![feature(try_blocks)]
66
#![feature(let_else)]
77
#![feature(io_error_more)]
8+
#![feature(yeet_expr)]
89
#![warn(rust_2018_idioms)]
910
#![allow(
1011
clippy::collapsible_else_if,

0 commit comments

Comments
 (0)