Function rustc_hir_analysis::check::errs::maybe_stmt_static_mut
source ยท pub fn maybe_stmt_static_mut(tcx: TyCtxt<'_>, stmt: Stmt<'_>)
Expand description
Check for shared or mutable references of static mut
inside statement