Fix stage 2 tests
This commit is contained in:
parent
8cee487eb3
commit
319b052357
11 changed files with 10 additions and 13 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue