mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
6f662176e7
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. |
||
---|---|---|
.. | ||
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 |