Skip to content

Commit 06acd8c

Browse files
committed
Subpart9 for async drop (major3) - elaborate_drops changes
1 parent b755978 commit 06acd8c

File tree

6 files changed

+450
-72
lines changed

6 files changed

+450
-72
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -4099,6 +4099,7 @@ dependencies = [
40994099
name = "rustc_mir_dataflow"
41004100
version = "0.0.0"
41014101
dependencies = [
4102+
"itertools",
41024103
"polonius-engine",
41034104
"regex",
41044105
"rustc_ast",

compiler/rustc_mir_dataflow/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55

66
[dependencies]
77
# tidy-alphabetical-start
8+
itertools = "0.12"
89
polonius-engine = "0.13.0"
910
regex = "1"
1011
rustc_ast = { path = "../rustc_ast" }

0 commit comments

Comments
 (0)