Use do yeet () and do yeet _ instead of None? and Err(_)? in compiler

This prevents breakage when `?` no longer skews inference.
This commit is contained in:
Maybe Waffle
2024-03-15 11:37:42 +00:00
parent defcc44238
commit 75d940f637
4 changed files with 5 additions and 3 deletions

View File

@@ -27,6 +27,7 @@
#![feature(iterator_try_collect)]
#![cfg_attr(bootstrap, feature(min_specialization))]
#![feature(try_blocks)]
#![feature(yeet_expr)]
#![recursion_limit = "512"] // For rustdoc
#[macro_use]