Function opaque_captures_all_in_scope_lifetimes

Source
fn opaque_captures_all_in_scope_lifetimes<'tcx>(
    opaque: &'tcx OpaqueTy<'tcx>,
) -> bool
Expand description

Whether this opaque always captures lifetimes in scope. Right now, this is all RPITIT and TAITs, and when the opaque is coming from a span corresponding to edition 2024.