rust/tests/ui/rust-2024/prelude-migration
Nilstrieb 6f662176e7 Add migration lint for 2024 prelude additions
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.
2024-07-28 11:44:03 +02:00
..
future-poll-already-future.rs
future-poll-async-block.e2021.fixed
future-poll-async-block.e2021.stderr
future-poll-async-block.rs
future-poll-not-future-pinned.e2021.fixed
future-poll-not-future-pinned.e2021.stderr
future-poll-not-future-pinned.rs
future-poll-not-future.rs
in_2024_compatibility.rs
in_2024_compatibility.stderr
into-future-adt.e2021.fixed
into-future-adt.e2021.stderr
into-future-adt.rs
into-future-already-into-future.rs
into-future-not-into-future.e2021.fixed
into-future-not-into-future.e2021.stderr
into-future-not-into-future.rs