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/libsyntax | |
| parent | 9bb3ea0febcbb8f6d7715256a5644daa985cf4e7 (diff) | |
| download | rust-542ba8c5f7bd06c8dd3010850c25b95e45f8bc3e.tar.gz rust-542ba8c5f7bd06c8dd3010850c25b95e45f8bc3e.zip | |
Fix `Cargo.toml`s
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsyntax/Cargo.toml b/src/libsyntax/Cargo.toml index 723bb63cfe5..8b61e1b0d3a 100644 --- a/src/libsyntax/Cargo.toml +++ b/src/libsyntax/Cargo.toml @@ -12,4 +12,5 @@ crate-type = ["dylib"] serialize = { path = "../libserialize" } log = { path = "../liblog" } rustc_bitflags = { path = "../librustc_bitflags" } -syntax_pos = { path = "../libsyntax_pos" } \ No newline at end of file +syntax_pos = { path = "../libsyntax_pos" } +rustc_errors = { path = "../librustc_errors" } |
