mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
b36be12d97
Forbid nested opaque types to reference HRTB from opaque types. Avoids https://github.com/rust-lang/rust/issues/96194 Alternative to https://github.com/rust-lang/rust/pull/96970 r? `@oli-obk`