rust/compiler/rustc_infer/src
Yuki Okushi afdd0c3ade
Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk
Remove hir::map::blocks and use FnKind instead

The principal tool is `FnLikeNode`, which is not often used and can be easily implemented using `rustc_hir::intravisit::FnKind`.
2021-10-21 14:11:08 +09:00
..
infer Rollup merge of #90071 - cjgillot:no-blocks, r=oli-obk 2021-10-21 14:11:08 +09:00
traits Move push_outlives_components to rustc_infer 2021-10-15 12:13:35 -04:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00