1
Fork 0

Add support to global allocation to stable-mir

This commit is contained in:
Celina G. Val 2023-11-07 14:12:58 -08:00
parent ed10a53025
commit fa5ff859e6
8 changed files with 150 additions and 24 deletions

View file

@ -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};