mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Upgrade to rustc 1.39.0-nightly (9eae1fc0e 2019-08-23)
This commit is contained in:
@@ -21,17 +21,12 @@
|
||||
#[cfg(feature = "unrooted_must_root_lint")]
|
||||
#[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;
|
||||
|
||||
extern crate weedle;
|
||||
|
||||
use rustc_plugin::Registry;
|
||||
use rustc_driver::plugin::Registry;
|
||||
use syntax::feature_gate::AttributeType::Whitelisted;
|
||||
use syntax::symbol::Symbol;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user