// The driver binary needs the same rustc_private gate + extern crate
// declarations as the lib so the rustc_driver link succeeds.
#![feature(rustc_private)]externcrate rustc_driver;externcrate rustc_interface;fnmain(){rustc_plugin::driver_main(rustviz_plugin::RVPlugin);}