diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2016-11-04 16:53:48 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2016-11-05 10:50:26 -0700 |
| commit | 0eff43ff7584d416e6de5d3ade2da1ab17730331 (patch) | |
| tree | 9695b02ee9cb1ba83094f976d7a86be583a9d203 /src/librustc_errors | |
| parent | 9847bd3d681ef9a80d1b0ff82cbffe70af5aab0b (diff) | |
| parent | a270b8014cbd3af6e03f7f808a2fea1e9f22ed88 (diff) | |
| download | rust-0eff43ff7584d416e6de5d3ade2da1ab17730331.tar.gz rust-0eff43ff7584d416e6de5d3ade2da1ab17730331.zip | |
Merge branch 'new-rustbuild' into rollup
Diffstat (limited to 'src/librustc_errors')
| -rw-r--r-- | src/librustc_errors/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_errors/Cargo.toml b/src/librustc_errors/Cargo.toml index 128c270eb35..c92e4d8f5ab 100644 --- a/src/librustc_errors/Cargo.toml +++ b/src/librustc_errors/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["dylib"] [dependencies] log = { path = "../liblog" } serialize = { path = "../libserialize" } -syntax_pos = { path = "../libsyntax_pos" } \ No newline at end of file +syntax_pos = { path = "../libsyntax_pos" } |
