summary refs log tree commit diff
path: root/src/rustc/driver.rs
blob: cbe6345a9f19f2bcaab7481731b0172e8cfc9799 (plain)
1
2
3
4
5
use syntax::diagnostic;
export diagnostic;

export driver;
export session;