Update unstable-crate test

This commit is contained in:
Guillaume Gomez
2017-06-14 13:35:45 +02:00
parent 274543b9ca
commit e1367ef1b1
7 changed files with 1118 additions and 537 deletions

View File

@@ -28,7 +28,7 @@
extern crate arena;
extern crate getopts;
extern crate env_logger;
#[cfg(not(stage0))]
#[cfg(not(any(stage0, stage1)))]
extern crate html_diff;
extern crate libc;
extern crate rustc;