fn check_opaque(tcx: TyCtxt<'_>, id: ItemId)
Expand description

Checks that an opaque type does not contain cycles and does not use Self or T::Foo projections that would result in “inheriting lifetimes”.