rust/compiler/rustc_mir_build/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
..
build Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
thir Filter unstable and doc hidden variants in usefulness checking 2021-10-12 08:22:25 -04:00
check_unsafety.rs move thir visitor to rustc_middle 2021-09-09 01:32:03 +01:00
lib.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
lints.rs Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +02:00