Reduced test case (thanks, jruderman): ``` use rustc; import driver = rustc::driver:rustc; fn main() { driver::parse_input; } ```