[nll] libserialize: enable feature(nll) for bootstrap
This commit is contained in:
parent
c556cff96f
commit
75fa16bc60
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ Core encoding and decoding interfaces.
|
|||
#![feature(core_intrinsics)]
|
||||
#![feature(specialization)]
|
||||
#![feature(never_type)]
|
||||
#![cfg_attr(not(stage0), feature(nll))]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
|
||||
pub use self::serialize::{Decoder, Encoder, Decodable, Encodable};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue