-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Panic while running rustdoc on polonius-engine #63765
Comments
Going to take a look at this during RustConf :) |
Something in a recent nightly compiler fixes this. When I rebased the PR above to master, I was no longer able to reproduce the issue. Should this be closed or should we identify which change fixed this issue? |
Doesn't seem too important to track down presuming this isn't a regression (which seems true). Closing. |
So... seems I made a mistake and this is not actually fixed. I had made a fix to the compiler, built the docs, rebased the rustc PR, rebuilt rustdoc, then added the original error back, and tried to build the docs again. I didn't wipe the existing docs, so I assume this means it used the cached results since the code the docs were based on hadn't changed, but the rustdoc tool had. This is still occurring in nightly. |
@QuietMisdreavus summary of what we've discovered so far: This only occurs when |
Another important detail is that this occurs on stable at least as far back as 1.31. Any release before that can't compile this version of polonius because of the 2018 edition changes. |
After more research, this is a duplicate of #57180 |
I get a panic
in betaat least as far back as 1.31 while attempting to compile the documentation in rust-lang/polonius (seems to stem from polonius-engine)The text was updated successfully, but these errors were encountered: