From: Rust Maintainers Date: Tue, 25 Jul 2017 21:19:47 +0000 (+0100) Subject: u-allow-stable-features X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1~1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=55107b4ec75cfb84dcbcf710f0df904a6463141d;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 09d21221a8..a7249b2dd3 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -16,6 +16,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;