1
Fork 0

Dogfood or_patterns in the standard library

This commit is contained in:
Josh Stone 2020-04-16 12:44:57 -07:00
parent 7fb5187d04
commit 2edd123a23
10 changed files with 14 additions and 16 deletions

View file

@ -285,6 +285,7 @@
#![feature(never_type)]
#![feature(nll)]
#![feature(optin_builtin_traits)]
#![feature(or_patterns)]
#![feature(panic_info_message)]
#![feature(panic_internals)]
#![feature(panic_unwind)]