pub fn leaks_droppable_temporary<'tcx>(
cx: &LateContext<'tcx>,
expr: &'tcx Expr<'tcx>,
) -> boolExpand description
Returns true if expr creates any temporary that has a significant drop and does not consume
it.
pub fn leaks_droppable_temporary<'tcx>(
cx: &LateContext<'tcx>,
expr: &'tcx Expr<'tcx>,
) -> boolReturns true if expr creates any temporary that has a significant drop and does not consume
it.