u-allow-stable-features
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sun, 15 Oct 2017 19:31:03 +0000 (20:31 +0100)
committerXimin Luo <infinity0@debian.org>
Sun, 15 Oct 2017 19:31:03 +0000 (20:31 +0100)
Gbp-Pq: Name u-allow-stable-features.patch

src/tools/compiletest/src/main.rs

index 1bb0b765f9f1c8dc6fa4031b11f1242e1d185387..ffd977852c5e1ecfd65a612a1d89a448b08bcfb3 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;