Skip to content

Commit cf71c7a

Browse files
committed
Use derive_default_enum in the compiler
1 parent 6ed7946 commit cf71c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
#![cfg_attr(bootstrap, feature(const_raw_ptr_deref))]
164164
#![feature(const_refs_to_cell)]
165165
#![feature(decl_macro)]
166+
#![feature(derive_default_enum)]
166167
#![feature(doc_cfg)]
167168
#![feature(doc_notable_trait)]
168169
#![feature(doc_primitive)]

0 commit comments

Comments
 (0)