-
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
Add regression test for #91489 #91495
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy Some changes occured to the CTFE / Miri engine cc @rust-lang/miri Some changes occured to the CTFE / Miri engine cc @rust-lang/miri |
That's just because this PR incorporates #91491, sorry for the pings! I hope I did this right. |
The issue should not be closed when this is merged. We should close it once we have the actual fix along with a revert of the revert. I've edited your description so it doesn't automatically close the issue when the PR is merged. |
@SNCPlay42 can you rebase this on top of master? in particular on top of my revert? I guess it would be great if we merge this one before #91549. |
Or we could even incorporate this PR into #91549. cc @fee1-dead |
Ohh I see, can you keep @SNCPlay42 as the author?, so we give credit to them :). I guess we can also close this PR then. |
Rebased and cherry-picked the commit :) |
Add a regression test for #91489.
This is based on #91491 and should not be merged before it.
r? @spastorino