From: Rust Maintainers Date: Sun, 15 Oct 2017 21:30:35 +0000 (+0100) Subject: u-allow-stable-features X-Git-Tag: archive/raspbian/1.78.0+dfsg1-2_deb12u3+rpi1~2^2~5^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=968fe788481d4221810d9d41ae237c94bc44a5d0;p=rustc-web.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 91f80a7afe..15064d65f6 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -13,6 +13,7 @@ #![feature(test)] #![deny(warnings)] +#![allow(stable_features)] // needed to compile the tests with both 1.16 and 1.17 extern crate libc; extern crate test;