X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Falloc%2Fsrc%2Flib.rs;fp=library%2Falloc%2Fsrc%2Flib.rs;h=e9cc3875f683b1cf09c301775eb249ce87734920;hb=aee4570adfa73922629bb51898f1234f6075436a;hp=76dabfb429dd503ab945ff002028f0a7f2d375dc;hpb=a478b836fa8ba8691e7c57744049eda1c9d3b8c2;p=rust.git diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs index 76dabfb429d..e9cc3875f68 100644 --- a/library/alloc/src/lib.rs +++ b/library/alloc/src/lib.rs @@ -116,7 +116,6 @@ #![feature(const_eval_select)] #![feature(const_pin)] #![feature(const_waker)] -#![feature(cstr_from_bytes_until_nul)] #![feature(dispatch_from_dyn)] #![feature(error_generic_member_access)] #![feature(error_in_core)]