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 8502a9c commit 723a9e8Copy full SHA for 723a9e8
Cargo.lock
@@ -3749,6 +3749,7 @@ dependencies = [
3749
"itertools 0.8.2",
3750
"log_settings",
3751
"polonius-engine",
3752
+ "regex",
3753
"rustc_apfloat",
3754
"rustc_ast",
3755
"rustc_attr",
src/librustc_mir/Cargo.toml
@@ -16,6 +16,7 @@ itertools = "0.8"
16
tracing = "0.1"
17
log_settings = "0.1.1"
18
polonius-engine = "0.12.0"
19
+regex = "1"
20
rustc_middle = { path = "../librustc_middle" }
21
rustc_attr = { path = "../librustc_attr" }
22
rustc_data_structures = { path = "../librustc_data_structures" }
0 commit comments