Skip to content

Commit 340e7eb

Browse files
committed
Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1
- check_const - check_static_recursion - check_loop - check_rvalues r? @arielb1
2 parents 038de0f + c124dec commit 340e7eb

File tree

16 files changed

+645
-635
lines changed

16 files changed

+645
-635
lines changed

mk/crates.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ DEPS_rustc_front := std syntax log serialize
102102
DEPS_rustc_lint := rustc log syntax
103103
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
104104
DEPS_rustc_metadata := rustc rustc_front syntax rbml
105-
DEPS_rustc_passes := syntax rustc core
105+
DEPS_rustc_passes := syntax rustc core rustc_front
106106
DEPS_rustc_mir := rustc rustc_front syntax
107107
DEPS_rustc_resolve := arena rustc rustc_front log syntax
108108
DEPS_rustc_platform_intrinsics := rustc rustc_llvm

0 commit comments

Comments
 (0)