mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 07:44:23 +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```