Function clippy_utils::usage::is_potentially_mutated
source ยท pub fn is_potentially_mutated<'tcx>(
variable: HirId,
expr: &'tcx Expr<'_>,
cx: &LateContext<'tcx>,
) -> bool
pub fn is_potentially_mutated<'tcx>(
variable: HirId,
expr: &'tcx Expr<'_>,
cx: &LateContext<'tcx>,
) -> bool