rustup to rustc 1.15.0-dev (3b248a184 2016-12-05)

This commit is contained in:
Oliver Schneider
2016-12-06 11:32:21 +01:00
parent 2e63a5648a
commit c6e2967b9c
71 changed files with 517 additions and 335 deletions

View File

@@ -9,6 +9,7 @@
#![feature(repeat_str)]
#![allow(indexing_slicing, shadow_reuse, unknown_lints, missing_docs_in_private_items)]
#![allow(needless_lifetimes)]
#[macro_use]
extern crate syntax;