Function check_place

Source
fn check_place<'tcx>(
    cx: &LateContext<'tcx>,
    place: Place<'tcx>,
    span: Span,
    body: &Body<'tcx>,
    msrv: Msrv,
) -> Result<(), (Span, Cow<'static, str>)>