mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
20649a87d1
By default, edition 2024 will capture all types and lifetimes present in the function signature when using RPIT, while edition 2021 will capture only the lifetimes present in the RPIT itself. Adding explicit `use<>` markers will disable the edition-specific automatic rules when they differ.