use is_none_or in some places in the compiler

This commit is contained in:
Ralf Jung
2024-06-12 15:22:23 +02:00
parent 63bdcaa2d9
commit 4c208ac233
13 changed files with 15 additions and 11 deletions

View File

@@ -6,6 +6,7 @@
#![feature(box_patterns)]
#![feature(decl_macro)]
#![feature(if_let_guard)]
#![feature(is_none_or)]
#![feature(let_chains)]
#![feature(never_type)]
#![feature(rustdoc_internals)]