rollup merge of #20708: aturon/new-int-modules

Conflicts:
	src/libserialize/lib.rs
This commit is contained in:
Alex Crichton
2015-01-07 17:18:01 -08:00
35 changed files with 130 additions and 416 deletions

View File

@@ -24,8 +24,9 @@ Core encoding and decoding interfaces.
html_root_url = "http://doc.rust-lang.org/nightly/",
html_playground_url = "http://play.rust-lang.org/")]
#![allow(unknown_features)]
#![feature(slicing_syntax)]
#![cfg_attr(stage0, allow(unused_attributes))]
#![feature(old_impl_check)]
#![feature(slicing_syntax)]
// test harness access
#[cfg(test)] extern crate test;