-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ICE building smallvec with coverage support (nightly-to-nightly regression) #135235
Comments
pretty sure it's #135149. This is an error when normalizing during symbol mangling and that PR changed the used env there |
@RalfJung, what's the best way to reproduce this in isolation? I'd rather not run the whole CI job 😄 |
nvm I can repro it by just building [email protected] with coverage |
I was about so suggest building Miri with coverage but this is better :)
|
It looks like you all have it covered, but just throwing in my error message just in case you need more info. It occurred during my CI coverage instrumentation step. Minimally reproducible example can be created using
|
Code
We tried building Miri with coverage support (
-C instrument-coverage
); see the CI logs here. This ICEs:Regression range: ad211ce...0707499
The text was updated successfully, but these errors were encountered: