mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 16:45:58 +00:00
Error on unconstrained lifetime in RPITIT Fixes #109468 The only thing is that I had to split `tests/ui/impl-trait/in-trait/method-signature-matches.rs` into a bunch of different revisions because some error aren't being emitted if all the different examples are all together in one file 🤔 r? `@oli-obk` just because i know you'll review it, feel free to re-roll