Closed
Description
👋 I'm trying to understand the limitations of min_const_generics
. Is it expected that https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=59cca2f3891e9fa921afdcbcda9f2588 compiles ok without min_const_generics
, but fails with it?
Originally posted by @alex in #74878 (comment)