u-allow-stable-features
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 9 Aug 2017 02:49:55 +0000 (03:49 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 9 Aug 2017 02:49:55 +0000 (03:49 +0100)
Gbp-Pq: Name u-allow-stable-features.patch

src/tools/compiletest/src/main.rs

index 09d21221a8395e28aefa4b310cf411eb5a8bbbb6..a7249b2dd356670ead72064562942ff94d6209bc 100644 (file)
@@ -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;