u-allow-stable-features
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Mon, 17 Jul 2017 11:41:59 +0000 (12:41 +0100)
committerXimin Luo <infinity0@debian.org>
Mon, 17 Jul 2017 11:41:59 +0000 (12:41 +0100)
Gbp-Pq: Name u-allow-stable-features.patch

src/tools/compiletest/src/main.rs

index 5a97f7e3ee9b533321328b2d8548f3367b783687..e92ded830f61f535c8f05cdb1438b60744ef1386 100644 (file)
@@ -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;