Skip to content

Commit eede858

Browse files
committed
1. Fixed "use of deprecated item 'rustc_plugin': import this through rustc_driver::plugin instead to make TLS work correctly. See rust-lang/rust#62717"
2. Updated to `rust nightly e44fdf979 2019-08-21`
1 parent de57cb8 commit eede858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Licensed under the Apache License, Version 2.0
198198
extern crate syntax;
199199
extern crate rustc_driver;
200200

201+
201202
mod nightly;
202203
pub use self::nightly::*;
203204

0 commit comments

Comments
 (0)