Skip to content

Commit f35f2df

Browse files
committed
Enable cfg_if feature for libstd
1 parent 52bd6ad commit f35f2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
#![feature(bind_by_move_pattern_guards)]
242242
#![feature(box_syntax)]
243243
#![feature(c_variadic)]
244+
#![feature(cfg_if)]
244245
#![feature(cfg_target_has_atomic)]
245246
#![feature(cfg_target_thread_local)]
246247
#![feature(char_error_internals)]

0 commit comments

Comments
 (0)