Skip to content

Commit 8a35b93

Browse files
Add rustc_lexer as dependency to rustc_passes
1 parent dc10ccf commit 8a35b93

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
@@ -4011,6 +4011,7 @@ dependencies = [
40114011
"rustc_errors",
40124012
"rustc_hir",
40134013
"rustc_index",
4014+
"rustc_lexer",
40144015
"rustc_middle",
40154016
"rustc_serialize",
40164017
"rustc_session",

compiler/rustc_passes/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ rustc_ast = { path = "../rustc_ast" }
1818
rustc_serialize = { path = "../rustc_serialize" }
1919
rustc_span = { path = "../rustc_span" }
2020
rustc_trait_selection = { path = "../rustc_trait_selection" }
21+
rustc_lexer = { path = "../rustc_lexer" }

0 commit comments

Comments
 (0)