Skip to content

Commit 3e29fe3

Browse files
committed
Use published versions of libsyntax and librustc_errors
Rather than the versions shipping with the compiler. These are still unstable, so nightly is still required, but we can control when we update so breakage should happen less often.
1 parent 1ced6d1 commit 3e29fe3

File tree

2 files changed

+179
-0
lines changed

2 files changed

+179
-0
lines changed

Cargo.lock

Lines changed: 177 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ env_logger = "0.4"
4444
getopts = "0.2"
4545
derive-new = "0.5"
4646
cargo_metadata = "0.4"
47+
rustc-ap-syntax = "7.0.0"
48+
rustc-ap-rustc_errors = "7.0.0"
4749

4850
[dev-dependencies]
4951
lazy_static = "1.0.0"

0 commit comments

Comments
 (0)