1
Fork 0

core/std/alloc: stabilize or_patterns

This commit is contained in:
mark 2020-11-21 15:18:04 -06:00
parent db5629adcb
commit 553ceb0791
3 changed files with 3 additions and 3 deletions

View file

@ -297,7 +297,7 @@
#![feature(nonnull_slice_from_raw_parts)]
#![feature(once_cell)]
#![feature(auto_traits)]
#![feature(or_patterns)]
#![cfg_attr(bootstrap, feature(or_patterns))]
#![feature(panic_info_message)]
#![feature(panic_internals)]
#![feature(panic_unwind)]