Skip to content

Commit 723a9e8

Browse files
Add regex dependency to librustc_mir
1 parent 8502a9c commit 723a9e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3749,6 +3749,7 @@ dependencies = [
37493749
"itertools 0.8.2",
37503750
"log_settings",
37513751
"polonius-engine",
3752+
"regex",
37523753
"rustc_apfloat",
37533754
"rustc_ast",
37543755
"rustc_attr",

src/librustc_mir/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ itertools = "0.8"
1616
tracing = "0.1"
1717
log_settings = "0.1.1"
1818
polonius-engine = "0.12.0"
19+
regex = "1"
1920
rustc_middle = { path = "../librustc_middle" }
2021
rustc_attr = { path = "../librustc_attr" }
2122
rustc_data_structures = { path = "../librustc_data_structures" }

0 commit comments

Comments
 (0)