From 5a25e1dad4b50fcda0f86fd188536f212d751c6f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 20 Aug 2017 16:49:03 +0200 Subject: Make sure crates not opting in to staged_api don't use staged_api --- src/libtest/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtest') diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 5451ec24aa8..5e34688f8cb 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -37,6 +37,7 @@ #![feature(libc)] #![feature(set_stdio)] #![feature(panic_unwind)] +#![feature(staged_api)] extern crate getopts; extern crate term; -- cgit 1.4.1-3-g733a5