Add use declarations needed for no_std mode.

This commit is contained in:
Dan Gohman
2018-08-01 14:10:54 -07:00
parent c8350f4e8f
commit bc8e5f82c8

View File

@@ -5,6 +5,7 @@ use ir::entities::Inst;
use ir::function::Function;
use isa::{RegInfo, TargetIsa};
use result::CodegenError;
use std::boxed::Box;
use std::fmt;
use std::fmt::Write;
use std::string::{String, ToString};