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:
parent
defcc44238
commit
75d940f637
4 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
|||
#![feature(proc_macro_internals)]
|
||||
#![feature(proc_macro_span)]
|
||||
#![feature(try_blocks)]
|
||||
#![feature(yeet_expr)]
|
||||
#![allow(rustc::diagnostic_outside_of_impl)]
|
||||
#![allow(internal_features)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue