1
Fork 0

Use Option::get_or_default

This commit is contained in:
Cameron Steffen 2021-03-06 16:40:45 -06:00
parent 7e3ebe76ee
commit 1cc8c4de6a
2 changed files with 2 additions and 4 deletions

View file

@ -25,6 +25,7 @@ Rust MIR: a lowered representation of Rust.
#![feature(stmt_expr_attributes)]
#![feature(trait_alias)]
#![feature(option_expect_none)]
#![feature(option_get_or_default)]
#![feature(or_patterns)]
#![feature(once_cell)]
#![feature(control_flow_enum)]