mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Upgrade to rustc 1.38.0-nightly (4b65a86eb 2019-07-15)
This commit is contained in:
parent
b6bd2d7302
commit
d3718823ba
5 changed files with 12 additions and 8 deletions
|
@ -22,6 +22,10 @@
|
|||
#[macro_use]
|
||||
extern crate rustc;
|
||||
|
||||
// Work around TLS failure: https://github.com/rust-lang/rust/issues/62717#issuecomment-511876555
|
||||
#[allow(unused)]
|
||||
extern crate rustc_driver;
|
||||
|
||||
extern crate rustc_plugin;
|
||||
extern crate syntax;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue