rust/library/alloc
Matthias Krüger 448aa30b5a
Rollup merge of #138162 - ehuss:library-2024, r=cuviper
Update the standard library to Rust 2024

This updates the standard library to Rust 2024. This includes the following notable changes:

- Macros are updated to use new expression fragment specifiers. This PR includes a test to illustrate the changes, primarily allowing `const {...}` expressions now.
- Some tests show a change in MIR drop order. We do not believe this will be an observable change ([see zulip discussion](https://rust-lang.zulipchat.com/#narrow/channel/268952-edition/topic/standard.20library.20migration/near/500972873)).

Fixes https://github.com/rust-lang/rust/issues/133081
2025-03-13 10:58:21 +01:00
..
src Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk 2025-03-12 17:59:10 +01:00
Cargo.toml Migrate alloc to Rust 2024 2025-03-11 09:46:34 -07:00