diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-30 16:05:10 +0100 |
---|---|---|
committer | Lars Bergstrom <lars@lars.com> | 2016-01-14 14:56:18 -0600 |
commit | 74f6c9b74fcc8839ac9c0ce610b41ae948d2d771 (patch) | |
tree | ca170f36519629ffb96eefadebc8d38f35036662 /components/plugins/lib.rs | |
parent | a28b5cb43859b6300c0b157c6b3d25d78606dda8 (diff) | |
download | servo-74f6c9b74fcc8839ac9c0ce610b41ae948d2d771.tar.gz servo-74f6c9b74fcc8839ac9c0ce610b41ae948d2d771.zip |
Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27)
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index 8528ee06d57..b1d701e6aec 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -23,6 +23,7 @@ extern crate rustc_front; extern crate rustc_plugin; #[macro_use] extern crate syntax; +extern crate syntax_ext; extern crate tenacious; extern crate url; |