Implement built-in attribute macro #[cfg_eval]
This commit is contained in:
parent
069e612e73
commit
5dad6c2575
11 changed files with 259 additions and 0 deletions
|
@ -234,6 +234,7 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(c_variadic)]
|
||||
#![feature(cfg_accessible)]
|
||||
#![cfg_attr(not(bootstrap), feature(cfg_eval))]
|
||||
#![feature(cfg_target_has_atomic)]
|
||||
#![feature(cfg_target_thread_local)]
|
||||
#![feature(char_error_internals)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue