This commit is contained in:
bjorn3 2020-02-09 19:52:42 +01:00
parent 5827d78f18
commit 3e57a0afb5
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#![feature(crate_visibility_modifier)]
#![feature(nll)]
#![feature(optin_builtin_traits)]
#![feature(specialization)]
use rustc_data_structures::AtomicRef;
use rustc_macros::HashStable_Generic;