This commit is contained in:
bjorn3 2021-07-05 18:44:37 +02:00
parent 38585b3f01
commit a0cdbd1aa6
5 changed files with 26 additions and 28 deletions

View file

@ -6,8 +6,8 @@ extern crate rustc_interface;
extern crate rustc_session;
extern crate rustc_target;
use std::panic;
use std::lazy::SyncLazy;
use std::panic;
use rustc_data_structures::profiling::{get_resident_set_size, print_time_passes_entry};
use rustc_interface::interface;