pub struct Dce;Expand description
Dead Code Elimination pass.
Removes LetNonRec bindings where the binder is unused.
Removes LetRec groups where all binders are unused.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dce
impl RefUnwindSafe for Dce
impl Send for Dce
impl Sync for Dce
impl Unpin for Dce
impl UnsafeUnpin for Dce
impl UnwindSafe for Dce
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