1
Fork 0

Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay

stabilise array methods

Closes #76118

Stabilises the remaining array methods

FCP is yet to be carried out for this

There wasn't a clear consensus on the naming, but all the other alternatives had some flaws as discussed in the tracking issue and there was a silence on this issue for a year
This commit is contained in:
Matthias Krüger 2024-01-26 23:15:47 +01:00 committed by GitHub
commit c9ab37bf4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 10 deletions

View file

@ -3,7 +3,6 @@
html_playground_url = "https://play.rust-lang.org/"
)]
#![feature(rustc_private)]
#![feature(array_methods)]
#![feature(assert_matches)]
#![feature(box_patterns)]
#![feature(if_let_guard)]