Skip to content

Commit a88dc37

Browse files
Add regex dependency to librustc_mir
1 parent 149307e commit a88dc37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -3758,6 +3758,7 @@ dependencies = [
37583758
"itertools 0.8.2",
37593759
"log_settings",
37603760
"polonius-engine",
3761+
"regex",
37613762
"rustc_apfloat",
37623763
"rustc_ast",
37633764
"rustc_attr",

compiler/rustc_mir/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ itertools = "0.8"
1414
tracing = "0.1"
1515
log_settings = "0.1.1"
1616
polonius-engine = "0.12.0"
17+
regex = "1"
1718
rustc_middle = { path = "../rustc_middle" }
1819
rustc_attr = { path = "../rustc_attr" }
1920
rustc_data_structures = { path = "../rustc_data_structures" }

0 commit comments

Comments
 (0)