rust/compiler/rustc_hir_analysis
Matthias Krüger 00e147543c
Rollup merge of #113950 - cjgillot:clean-resolve, r=jackh726
Remove Scope::Elision from bound-vars resolution.

This scope is a remnant of HIR-based lifetime resolution.

It's only role was to ensure that object lifetime resolution falled back to `'static`. This can be done using `ObjectLifetimeDefault` scope.
2023-07-22 19:57:37 +02:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.