mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
20dde1ea62
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```