Skip to content

Commit

Permalink
Rollup merge of #66538 - dingelish:master, r=Centril
Browse files Browse the repository at this point in the history
Remove compiler_builtins_lib feature from libstd

Test if we can close #66368 by this patch.
  • Loading branch information
Centril committed Nov 19, 2019
2 parents 0ddd298 + f6b327b commit e1a32fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
#![feature(cfg_target_thread_local)]
#![feature(char_error_internals)]
#![feature(clamp)]
#![feature(compiler_builtins_lib)]
#![feature(concat_idents)]
#![feature(const_cstr_unchecked)]
#![feature(const_raw_ptr_deref)]
Expand Down

0 comments on commit e1a32fa

Please sign in to comment.