We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
regex
librustc_mir
1 parent 149307e commit a88dc37Copy full SHA for a88dc37
Cargo.lock
@@ -3758,6 +3758,7 @@ dependencies = [
3758
"itertools 0.8.2",
3759
"log_settings",
3760
"polonius-engine",
3761
+ "regex",
3762
"rustc_apfloat",
3763
"rustc_ast",
3764
"rustc_attr",
compiler/rustc_mir/Cargo.toml
@@ -14,6 +14,7 @@ itertools = "0.8"
14
tracing = "0.1"
15
log_settings = "0.1.1"
16
polonius-engine = "0.12.0"
17
+regex = "1"
18
rustc_middle = { path = "../rustc_middle" }
19
rustc_attr = { path = "../rustc_attr" }
20
rustc_data_structures = { path = "../rustc_data_structures" }
0 commit comments