Skip to content

Commit eb8e141

Browse files
committed
Maintain a graph of fulfilled conditions.
1 parent 79b6e67 commit eb8e141

26 files changed

+1328
-509
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4237,7 +4237,6 @@ dependencies = [
42374237
"either",
42384238
"itertools",
42394239
"rustc_abi",
4240-
"rustc_arena",
42414240
"rustc_ast",
42424241
"rustc_const_eval",
42434242
"rustc_data_structures",

compiler/rustc_mir_transform/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ edition = "2024"
88
either = "1"
99
itertools = "0.12"
1010
rustc_abi = { path = "../rustc_abi" }
11-
rustc_arena = { path = "../rustc_arena" }
1211
rustc_ast = { path = "../rustc_ast" }
1312
rustc_const_eval = { path = "../rustc_const_eval" }
1413
rustc_data_structures = { path = "../rustc_data_structures" }

0 commit comments

Comments
 (0)