fn expect_stmt_at<'tcx>(
body_cache: &BodyCache<'tcx>,
loc: GlobalLocation,
) -> Either<&'tcx Statement<'tcx>, &'tcx Terminator<'tcx>>
Expand description
Find the statement at this location or fail.
fn expect_stmt_at<'tcx>(
body_cache: &BodyCache<'tcx>,
loc: GlobalLocation,
) -> Either<&'tcx Statement<'tcx>, &'tcx Terminator<'tcx>>
Find the statement at this location or fail.