Skip to content

Commit c54d043

Browse files
authored
Merge pull request #4 from akiradeveloper/fix-rustc-driver
link with rustc_driver
2 parents ea8013a + 50088cb commit c54d043

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
@@ -1,6 +1,7 @@
11
#![crate_type = "dylib"]
22
#![feature(plugin_registrar, rustc_private)]
33

4+
extern crate rustc_driver;
45
extern crate rustc_plugin;
56
extern crate syntax;
67
extern crate syntax_pos;

0 commit comments

Comments
 (0)