about summary refs log tree commit diff
path: root/tests/ui/rust-2024/prelude-migration
AgeCommit message (Collapse)AuthorLines
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-5/+5
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-19/+8
2024-07-28Add migration lint for 2024 prelude additionsNilstrieb-0/+342
This adds the migration lint for the newly ambiguous methods `poll` and `into_future`. When these methods are used on types implementing the respective traits, it will be ambiguous in the future, which can lead to hard errors or behavior changes depending on the exact circumstances.