From 4fcbc53820ab423bbeb41f07822369aa05da1d68 Mon Sep 17 00:00:00 2001 From: est31 Date: Thu, 5 May 2022 21:38:15 +0200 Subject: Implement [OsStr]::join --- library/std/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'library/std/src/lib.rs') diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 97c30c42282..d70befa9d20 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -241,6 +241,7 @@ #![feature(intra_doc_pointers)] #![feature(lang_items)] #![feature(let_chains)] +#![feature(let_else)] #![feature(linkage)] #![feature(min_specialization)] #![feature(must_not_suspend)] @@ -300,6 +301,7 @@ #![feature(toowned_clone_into)] #![feature(try_reserve_kind)] #![feature(vec_into_raw_parts)] +#![feature(slice_concat_trait)] // // Library features (unwind): #![feature(panic_unwind)] -- cgit 1.4.1-3-g733a5