From: Rust Maintainers Date: Mon, 17 Jul 2017 11:41:59 +0000 (+0100) Subject: u-allow-stable-features X-Git-Tag: archive/raspbian/1.17.0+dfsg2-8+rpi1~1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fa2ea4eee9e1ada3d012a1f7387f88b63499e1d;p=rustc.git u-allow-stable-features Gbp-Pq: Name u-allow-stable-features.patch --- diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 5a97f7e3ee..e92ded830f 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -17,6 +17,7 @@ #![feature(libc)] #![deny(warnings)] +#![allow(stable_features)] // needed to compile the tests with both 1.16 and 1.17 extern crate libc; extern crate test;