diff options
| author | bors <bors@rust-lang.org> | 2021-01-31 23:45:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-01-31 23:45:37 +0000 |
| commit | 941343e0871dd04ea774e8cee7755461b144ef29 (patch) | |
| tree | f1b0d9272f0e8021ea13bb21054700ce52406c2f /compiler/rustc_data_structures/src | |
| parent | 0e63af5da3400ace48a0345117980473fd21ad73 (diff) | |
| parent | 9165676d91d3e458a57f4f4eacc3975d89be9f5a (diff) | |
| download | rust-941343e0871dd04ea774e8cee7755461b144ef29.tar.gz rust-941343e0871dd04ea774e8cee7755461b144ef29.zip | |
Auto merge of #81596 - jonas-schievink:rollup-utk14gr, r=jonas-schievink
Rollup of 11 pull requests Successful merges: - #80092 (2229: Fix issues with move closures and mutability) - #80404 (Remove const_in_array_repeat) - #81255 (Don't link with --export-dynamic on wasm32-wasi) - #81480 (Add suggestion for nested fields) - #81549 (Misc ip documentation fixes) - #81566 (Add a test for #71202) - #81568 (Fix an old FIXME in redundant paren lint) - #81571 (Fix typo in E0759) - #81572 (Edit multiple error code Markdown files) - #81589 (Fix small typo in string.rs) - #81590 (Stabilize int_bits_const) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_data_structures/src')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 5880bbd3de4..36d261fb737 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -13,7 +13,6 @@ #![feature(unboxed_closures)] #![feature(generator_trait)] #![feature(fn_traits)] -#![feature(int_bits_const)] #![feature(min_specialization)] #![feature(auto_traits)] #![feature(nll)] |
