X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_lint%2FCargo.toml;h=7e23e70577975cdb9e3e90ee0625fad8ac2387ed;hb=b626202087dff72216c14e08e11d936136dc2126;hp=5ca8fc97ac422aa06c95a907acdd3531c95b44bd;hpb=aabb03763df51fdd7f5c3132d8f0074c98ede0c2;p=rust.git diff --git a/src/librustc_lint/Cargo.toml b/src/librustc_lint/Cargo.toml index 5ca8fc97ac4..7e23e705779 100644 --- a/src/librustc_lint/Cargo.toml +++ b/src/librustc_lint/Cargo.toml @@ -12,6 +12,7 @@ path = "lib.rs" log = "0.4" unicode-security = "0.0.2" rustc = { path = "../librustc" } +rustc_errors = { path = "../librustc_errors" } rustc_hir = { path = "../librustc_hir" } rustc_target = { path = "../librustc_target" } syntax = { path = "../libsyntax" }