Rustfmt
This commit is contained in:
parent
6d1f0068d1
commit
4ee2a864b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +1,9 @@
|
|||
use cranelift_module::*;
|
||||
use crate::prelude::*;
|
||||
use syntax::ast::Mutability as AstMutability;
|
||||
use rustc::mir::interpret::{read_target_uint, AllocId, AllocType, ConstValue, GlobalId};
|
||||
use rustc::ty::Const;
|
||||
use rustc_mir::interpret::{CompileTimeEvaluator, Memory};
|
||||
use syntax::ast::Mutability as AstMutability;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct ConstantCx {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue