X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_passes%2FCargo.toml;h=c87799f1c2acc8dcba61750a647a86a8e269feaf;hb=99b2054fe59669231f595e22641a0f7a1f4ad918;hp=df6667a29d50b232fa5f5facc204138b4dbfee6c;hpb=d69ee57f977d03644acd8fbfd1799410e2c02db3;p=rust.git diff --git a/compiler/rustc_passes/Cargo.toml b/compiler/rustc_passes/Cargo.toml index df6667a29d5..c87799f1c2a 100644 --- a/compiler/rustc_passes/Cargo.toml +++ b/compiler/rustc_passes/Cargo.toml @@ -18,3 +18,4 @@ rustc_ast = { path = "../rustc_ast" } rustc_serialize = { path = "../rustc_serialize" } rustc_span = { path = "../rustc_span" } rustc_trait_selection = { path = "../rustc_trait_selection" } +rustc_lexer = { path = "../rustc_lexer" }