aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_plugins/lib.rs')
-rw-r--r--components/script_plugins/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_plugins/lib.rs b/components/script_plugins/lib.rs
index 8e3de2cecab..30fa2dd67b9 100644
--- a/components/script_plugins/lib.rs
+++ b/components/script_plugins/lib.rs
@@ -11,6 +11,7 @@
#![feature(plugin)]
#![feature(rustc_private)]
+// This rustc crate is private so it needs to be manually imported.
extern crate rustc_ast;
extern crate rustc_driver;
extern crate rustc_error_messages;