Files
rust/compiler/rustc_middle
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
..
2020-08-30 18:45:07 +03:00
2022-05-27 20:20:41 -07:00
2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.