Add regex
dependency to librustc_mir
This commit is contained in:
parent
149307efb7
commit
a88dc37c54
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ itertools = "0.8"
|
|||
tracing = "0.1"
|
||||
log_settings = "0.1.1"
|
||||
polonius-engine = "0.12.0"
|
||||
regex = "1"
|
||||
rustc_middle = { path = "../rustc_middle" }
|
||||
rustc_attr = { path = "../rustc_attr" }
|
||||
rustc_data_structures = { path = "../rustc_data_structures" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue