diff options
| author | bors <bors@rust-lang.org> | 2024-10-11 23:57:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-10-11 23:57:42 +0000 |
| commit | fb20e4d3b96d1de459d086980a8b99d5060ad9fe (patch) | |
| tree | b750cf990b7d8dc65aa3c6c95898a8920907e2dd /library/core/src/lib.rs | |
| parent | 1bc403daadbebb553ccc211a0a8eebb73989665f (diff) | |
| parent | 6f76d6e1a376f8119872b70f8133835739298158 (diff) | |
| download | rust-fb20e4d3b96d1de459d086980a8b99d5060ad9fe.tar.gz rust-fb20e4d3b96d1de459d086980a8b99d5060ad9fe.zip | |
Auto merge of #131573 - tgross35:rollup-r7l182a, r=tgross35
Rollup of 7 pull requests Successful merges: - #130078 (rustdoc-json: change item ID's repr from a string to an int) - #131065 (Port sort-research-rs test suite to Rust stdlib tests) - #131109 (Stabilize `debug_more_non_exhaustive`) - #131287 (stabilize const_result) - #131463 (Stabilise `const_char_encode_utf8`.) - #131543 (coverage: Remove code related to LLVM 17) - #131552 (RustWrapper: adapt for rename of Intrinsic::getDeclaration) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/core/src/lib.rs')
| -rw-r--r-- | library/core/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/lib.rs b/library/core/src/lib.rs index 96ab5755328..f68f19ec6a4 100644 --- a/library/core/src/lib.rs +++ b/library/core/src/lib.rs @@ -118,7 +118,6 @@ #![feature(const_bigint_helper_methods)] #![feature(const_black_box)] #![feature(const_char_encode_utf16)] -#![feature(const_char_encode_utf8)] #![feature(const_eval_select)] #![feature(const_exact_div)] #![feature(const_fmt_arguments_new)] |
