diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-19 13:10:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-19 13:10:26 +0100 |
| commit | e1a32faf880360c836a350dbfe9a02d2cd45bcf9 (patch) | |
| tree | ecd66e45b8f75d0ad7b407c61e9570a9b5e9646d /src | |
| parent | 0ddd298a457aab8f6230091eb3d0a9427eb64b28 (diff) | |
| parent | f6b327baa67c6d9d05315c9206d67de2ecaf2eda (diff) | |
| download | rust-e1a32faf880360c836a350dbfe9a02d2cd45bcf9.tar.gz rust-e1a32faf880360c836a350dbfe9a02d2cd45bcf9.zip | |
Rollup merge of #66538 - dingelish:master, r=Centril
Remove compiler_builtins_lib feature from libstd Test if we can close #66368 by this patch.
Diffstat (limited to 'src')
| -rw-r--r-- | src/libstd/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 72d998de9c4..32023a5b75b 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -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)] |
