Skip to content

Commit 4278682

Browse files
committed
Maintain a graph of fulfilled conditions.
1 parent 596f0fc commit 4278682

27 files changed

+1543
-606
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4245,7 +4245,6 @@ dependencies = [
42454245
"hashbrown",
42464246
"itertools",
42474247
"rustc_abi",
4248-
"rustc_arena",
42494248
"rustc_ast",
42504249
"rustc_const_eval",
42514250
"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)