-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
min_const_generics
prevents references to concrete Self
param
#75486
Comments
We should not break stable code and change the So this is a bug of the current |
Thank @lcnr! Sorry about the noise on the tracking bug! |
FWIW, I was able to work around this in my own code by replacing |
|
We should be able to fix this, so I am not too worried about this yet Will try to do so next week. |
👋 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 withoutmin_const_generics
, but fails with it?Originally posted by @alex in #74878 (comment)
The text was updated successfully, but these errors were encountered: