From 9fa2ea4eee9e1ada3d012a1f7387f88b63499e1d Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Mon, 17 Jul 2017 12:41:59 +0100 Subject: [PATCH] u-allow-stable-features Gbp-Pq: Name u-allow-stable-features.patch --- src/tools/compiletest/src/main.rs | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2