Skip to content

Commit 75fa16b

Browse files
committed
[nll] libserialize: enable feature(nll) for bootstrap
1 parent c556cff commit 75fa16b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libserialize/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Core encoding and decoding interfaces.
2424
#![feature(core_intrinsics)]
2525
#![feature(specialization)]
2626
#![feature(never_type)]
27+
#![cfg_attr(not(stage0), feature(nll))]
2728
#![cfg_attr(test, feature(test))]
2829

2930
pub use self::serialize::{Decoder, Encoder, Decodable, Encodable};

0 commit comments

Comments
 (0)