Skip to content

Commit a888333

Browse files
committed
Maintain a graph of fulfilled conditions.
1 parent d911a1c commit a888333

27 files changed

+1546
-606
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4253,7 +4253,6 @@ dependencies = [
42534253
"hashbrown",
42544254
"itertools",
42554255
"rustc_abi",
4256-
"rustc_arena",
42574256
"rustc_ast",
42584257
"rustc_const_eval",
42594258
"rustc_data_structures",

compiler/rustc_mir_transform/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ either = "1"
99
hashbrown = "0.15"
1010
itertools = "0.12"
1111
rustc_abi = { path = "../rustc_abi" }
12-
rustc_arena = { path = "../rustc_arena" }
1312
rustc_ast = { path = "../rustc_ast" }
1413
rustc_const_eval = { path = "../rustc_const_eval" }
1514
rustc_data_structures = { path = "../rustc_data_structures" }

0 commit comments

Comments
 (0)