Dogfood more or_patterns in the compiler

This commit is contained in:
Josh Stone 2020-04-16 17:38:52 -07:00
parent 36b1a9296c
commit 7b005c5fcb
125 changed files with 759 additions and 688 deletions

View file

@ -11,6 +11,7 @@
#![feature(extern_types)]
#![feature(in_band_lifetimes)]
#![feature(nll)]
#![feature(or_patterns)]
#![feature(trusted_len)]
#![recursion_limit = "256"]