From c3470db418bb913aba99ae4668d79275cc2e46d3 Mon Sep 17 00:00:00 2001 From: Rust Maintainers Date: Sun, 15 Oct 2017 20:31:03 +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 1bb0b765f9..ffd977852c 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; -- 2.30.2