Auto merge of #152506 - Urgau:rollup-MlGAszj, r=Urgau
Rollup of 7 pull requests Successful merges: - rust-lang/rust#152505 (Sync relnotes for stable 1.93.1) - rust-lang/rust#137487 (Stabilize `assert_matches`) - rust-lang/rust#152281 (borrowck: suggest `&mut *x` for pattern reborrows) - rust-lang/rust#151142 (Support ADT types in type info reflection) - rust-lang/rust#152477 (rustc-dev-guide subtree update) - rust-lang/rust#152488 (allow `deprecated(since = "CURRENT_RUSTC_VERSION")`) - rust-lang/rust#152491 (Remove unused `fluent-syntax` dependency from tidy)
This commit is contained in:
commit
605f49b274
122 changed files with 1178 additions and 875 deletions
|
|
@ -56,7 +56,7 @@ This API is completely unstable and subject to change.
|
|||
*/
|
||||
|
||||
// tidy-alphabetical-start
|
||||
#![feature(assert_matches)]
|
||||
#![cfg_attr(bootstrap, feature(assert_matches))]
|
||||
#![feature(default_field_values)]
|
||||
#![feature(gen_blocks)]
|
||||
#![feature(if_let_guard)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue