mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-21 01:45:47 +00:00
Use the correct logic for nested impl trait in assoc types Previously we accidentally continued with the TAIT visitor, which allowed more than we wanted to. r? ```@compiler-errors```