mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
40edd4f1c6
Detect non-lifetime binder params shadowing item params We should check that `for<T>` shadows `T` from an item in the same way that `for<'a>` shadows `'a` from an item. r? ``@petrochenkov`` since you're familiar w the nuances of rib kinds