Skip to content

Commit 04ef2a5

Browse files
committed
Subpart9 for async drop (major3) - elaborate_drops changes
1 parent 31bf8a4 commit 04ef2a5

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
@@ -4076,6 +4076,7 @@ dependencies = [
40764076
name = "rustc_mir_dataflow"
40774077
version = "0.0.0"
40784078
dependencies = [
4079+
"itertools",
40794080
"polonius-engine",
40804081
"regex",
40814082
"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)