Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Sync with rustc 1.11.0-nightly (01411937f 2016-07-01)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 2, 2016
1 parent 462e43f commit bb80fbd
Show file tree
Hide file tree
Showing 44 changed files with 2,682 additions and 3,826 deletions.
14 changes: 14 additions & 0 deletions syntex_errors/src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_errors"
version = "0.0.0"

[lib]
name = "rustc_errors"
path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
log = { path = "../liblog" }
serialize = { path = "../libserialize" }
syntax_pos = { path = "../libsyntax_pos" }
Loading

0 comments on commit bb80fbd

Please sign in to comment.