Files
rust/tests
Matthias Krüger 40edd4f1c6 Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=petrochenkov
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
2024-07-30 22:51:37 +02:00
..
2024-07-29 08:26:52 +10:00
2024-07-01 05:17:13 -07:00
2024-07-13 12:02:12 +00:00
2024-07-29 17:50:12 +01:00
2024-07-06 14:24:20 +02:00
2024-06-07 11:55:52 +08:00
2024-07-29 08:26:52 +10:00