Migrate pattern matching

This commit is contained in:
mejrs
2022-12-23 21:02:23 +01:00
committed by David Tolnay
parent ef33072890
commit 31c20210b9
35 changed files with 417 additions and 326 deletions

View File

@@ -10,6 +10,7 @@
#![feature(let_chains)]
#![feature(min_specialization)]
#![feature(once_cell)]
#![feature(try_blocks)]
#![recursion_limit = "256"]
#[macro_use]