1
Fork 0

Fix stage 2 tests

This commit is contained in:
varkor 2018-07-25 14:27:27 +01:00
parent 8cee487eb3
commit 319b052357
11 changed files with 10 additions and 13 deletions

View file

@ -232,6 +232,7 @@
// std is implemented with unstable features, many of which are internal
// compiler details that will never be stable
#![cfg_attr(test, feature(test, update_panic_count))]
#![feature(alloc)]
#![feature(alloc_error_handler)]
#![feature(alloc_system)]
@ -302,7 +303,6 @@
#![feature(doc_cfg)]
#![feature(doc_masked)]
#![feature(doc_spotlight)]
#![cfg_attr(test, feature(update_panic_count))]
#![cfg_attr(windows, feature(used))]
#![feature(doc_alias)]
#![feature(doc_keyword)]