pub struct LirOutput {
pub program: Program,
pub warnings: Vec<Diagnostic>,
}Expand description
Successful LIR compilation output, including any non-fatal warnings.
Fields§
§program: Program§warnings: Vec<Diagnostic>Auto Trait Implementations§
impl Freeze for LirOutput
impl RefUnwindSafe for LirOutput
impl Send for LirOutput
impl Sync for LirOutput
impl Unpin for LirOutput
impl UnsafeUnpin for LirOutput
impl UnwindSafe for LirOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more