rust/compiler/rustc_resolve
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
..
src Compute is_late_bound in a separate query. 2022-06-03 12:05:04 +02:00
Cargo.toml Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00