Skip to content

Commit

Permalink
Subpart9 for async drop (major3) - elaborate_drops changes
Browse files Browse the repository at this point in the history
  • Loading branch information
azhogin committed Sep 8, 2024
1 parent 2e77402 commit 28c0f53
Show file tree
Hide file tree
Showing 6 changed files with 450 additions and 72 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4076,6 +4076,7 @@ dependencies = [
name = "rustc_mir_dataflow"
version = "0.0.0"
dependencies = [
"itertools",
"polonius-engine",
"regex",
"rustc_ast",
Expand Down
1 change: 1 addition & 0 deletions compiler/rustc_mir_dataflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

[dependencies]
# tidy-alphabetical-start
itertools = "0.12"
polonius-engine = "0.13.0"
regex = "1"
rustc_ast = { path = "../rustc_ast" }
Expand Down
Loading

0 comments on commit 28c0f53

Please sign in to comment.