-
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
regression: cfg_match resolution ambiguity #117057
Comments
mean to ping @c410-f3r instead 😅 |
The macro was originally named I don't know if it is possible to solve this issue in the compiler so I will just revert the changes. |
cc @petrochenkov, maybe you have ideas |
This may just be acceptable breakage - I don't know that we need to revert things. I would wait on libs-api weighing in, impact is pretty minimal in crater. |
the problem is that this adds it to the prelude. maybe there's a way to add it somewhere where it doesn't get added to the prelude? for example by making it a macro 2.0. @c410-f3r |
Looks like a good short-term solution. Preferably, it would be nice to have prelude support with a different name or an acceptable breakage. |
|
FWIW, I can take care of fixing
|
Remove `cfg_match` from the prelude Fixes rust-lang#117057 cc rust-lang#115585
Rollup merge of rust-lang#117162 - c410-f3r:try, r=workingjubilee Remove `cfg_match` from the prelude Fixes rust-lang#117057 cc rust-lang#115585
In:
The text was updated successfully, but these errors were encountered: