summary refs log tree commit diff
path: root/tests/ui/macros/std-2024-macros.rs
AgeCommit message (Collapse)AuthorLines
2025-03-11Migrate alloc to Rust 2024Eric Huss-2/+2
2025-03-11Migrate core to Rust 2024Eric Huss-3/+0
2025-03-11Add a test for new 2024 standard library behaviorEric Huss-0/+16
When migrating the standard library to 2024, there will be some behavior changes that users will be able to observe. This test should cover that (I cannot think of any other observable differences).