Skip to content
Snippets Groups Projects
Verified Commit a228af60 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

fix(cargo): Add rustc_driver as extern for test compilation

parent 437aa411
No related branches found
No related tags found
1 merge request!39Update dependencies
#![feature(rustc_private)]
extern crate rustc_ast;
extern crate rustc_driver;
extern crate rustc_span;
pub mod parse;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment