diff options
| author | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-06-27 17:45:33 +0000 |
|---|---|---|
| committer | Jeffrey Seyfried <jeffrey.seyfried@gmail.com> | 2016-06-27 18:30:46 +0000 |
| commit | 542ba8c5f7bd06c8dd3010850c25b95e45f8bc3e (patch) | |
| tree | 8e10af512f158ad9a4d6266894acf6b835659240 /src/librustc_plugin | |
| parent | 9bb3ea0febcbb8f6d7715256a5644daa985cf4e7 (diff) | |
| download | rust-542ba8c5f7bd06c8dd3010850c25b95e45f8bc3e.tar.gz rust-542ba8c5f7bd06c8dd3010850c25b95e45f8bc3e.zip | |
Fix `Cargo.toml`s
Diffstat (limited to 'src/librustc_plugin')
| -rw-r--r-- | src/librustc_plugin/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustc_plugin/Cargo.toml b/src/librustc_plugin/Cargo.toml index 150d2b67392..514d81ecc94 100644 --- a/src/librustc_plugin/Cargo.toml +++ b/src/librustc_plugin/Cargo.toml @@ -15,4 +15,5 @@ rustc_back = { path = "../librustc_back" } rustc_bitflags = { path = "../librustc_bitflags" } rustc_metadata = { path = "../librustc_metadata" } syntax = { path = "../libsyntax" } -syntax_pos = { path = "../libsyntax_pos" } \ No newline at end of file +syntax_pos = { path = "../libsyntax_pos" } +rustc_errors = { path = "../librustc_errors" } |
