Skip to content

Commit

Permalink
[nll] libserialize: enable feature(nll) for bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
memoryruins committed Aug 9, 2018
1 parent c556cff commit 75fa16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libserialize/lib.rs
Expand Up @@ -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};
Expand Down

0 comments on commit 75fa16b

Please sign in to comment.