1
Fork 0

Implement [OsStr]::join

This commit is contained in:
est31 2022-05-05 21:38:15 +02:00
parent e1b71feb59
commit 4fcbc53820
3 changed files with 33 additions and 0 deletions

View file

@ -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)]