mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
0b96b25bdf
Account for late-bound vars from parent arg-position impl trait We should be reporting an error like we do for late-bound args coming from a parent APIT. Fixes #113016