Add support to global allocation to stable-mir
This commit is contained in:
parent
ed10a53025
commit
fa5ff859e6
8 changed files with 150 additions and 24 deletions
|
@ -1,8 +1,9 @@
|
|||
use super::{
|
||||
mir::Safety,
|
||||
mir::{Body, Mutability},
|
||||
with, AllocId, DefId, Error, Symbol,
|
||||
with, DefId, Error, Symbol,
|
||||
};
|
||||
use crate::mir::alloc::AllocId;
|
||||
use crate::{Filename, Opaque};
|
||||
use std::fmt::{self, Debug, Display, Formatter};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue