-
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
Borrow checker error on nightly even when the type is 'static
#106332
Comments
@rustbot modify labels: +regression-from-stable-to-beta |
@rustbot labels +E-needs-bisection |
This comment was marked as outdated.
This comment was marked as outdated.
searched nightlies: from nightly-2022-12-09 to nightly-2022-12-27 bisected with cargo-bisect-rustc v0.6.4Host triple: x86_64-unknown-linux-gnu cargo bisect-rustc --regress=error -- check
|
This comment was marked as outdated.
This comment was marked as outdated.
You can manually bisect the PRs in that rollup, #105456 (comment) contains the list of each of their artifacts. I'd start by looking at #105255 though. |
Yep, it's #105255. cc @cjgillot @compiler-errors |
Possible other examples from beta crater: |
Any update on this? I've tested the code on:
and it still failed. |
Thanks, so looks like it's going to take quite some time. |
WG-prioritization assigning priority (Zulip discussion). @rustbot label -I-prioritize +P-high +T-compiler |
Compiling the
binstalk
from cargo-bins/cargo-binstall#646 failed on nightly due to lifetime error while it works on stable.The code in question looks like this and is in taken from crates/binstalk/src/fetchers/gh_crate_meta.rs
On nightly, this failed with:
Meta
rustc +nightly --version --verbose
:The text was updated successfully, but these errors were encountered: