1
Fork 0
rust/compiler/rustc_resolve/src/late
Camille GILLOT ba40fe99c3 Compute is_late_bound in a separate query.
The computation is actually much simpler, and can be done by directly
fetching the HIR for the `FnDecl` and its generics.
2022-06-03 12:05:04 +02:00
..
diagnostics.rs Manipulate lifetimes by LocalDefId for region resolution. 2022-06-03 12:03:20 +02:00
lifetimes.rs Compute is_late_bound in a separate query. 2022-06-03 12:05:04 +02:00