Skip to content

Commit e1a32fa

Browse files
authored
Rollup merge of rust-lang#66538 - dingelish:master, r=Centril
Remove compiler_builtins_lib feature from libstd Test if we can close rust-lang#66368 by this patch.
2 parents 0ddd298 + f6b327b commit e1a32fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@
244244
#![feature(cfg_target_thread_local)]
245245
#![feature(char_error_internals)]
246246
#![feature(clamp)]
247-
#![feature(compiler_builtins_lib)]
248247
#![feature(concat_idents)]
249248
#![feature(const_cstr_unchecked)]
250249
#![feature(const_raw_ptr_deref)]

0 commit comments

Comments
 (0)