Implement [OsStr]::join
This commit is contained in:
parent
e1b71feb59
commit
4fcbc53820
3 changed files with 33 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue