about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-07-30 22:51:37 +0200
committerGitHub <noreply@github.com>2024-07-30 22:51:37 +0200
commit40edd4f1c650c59989ea051ea729dd438121ea51 (patch)
tree2d67031df90de99b019ee875e5e1b2885817a583 /compiler/rustc_pattern_analysis/src
parentf8060d282d42770fadd73905e3eefb85660d3278 (diff)
parent454c600004035776e87e80312ffcfa0b5645b44a (diff)
downloadrust-40edd4f1c650c59989ea051ea729dd438121ea51.tar.gz
rust-40edd4f1c650c59989ea051ea729dd438121ea51.zip
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
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions