-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
rust-analyzer analysis hangs up while mir building/evaluating in the standard library #18326
Comments
What is the latest good PR? |
The problem is not a change on our side, 1.82 released yesterday and so we now run analysis stats against that, something in the standard library is causing us problems now (though its a bug in our code nevertheless, we shouldn't hang here). Also note this is not linux specific, its just that we run analysis-stats on linux only in PR CI |
(so with newest stable release I was referring to rust release, not rust-analyzer) |
I've been running Edit: Oh but I was running with release, I see CI is running debug. Are you sure it's stuck and not just slower? |
You need to run it against the standard library, ci runs |
Right, this is the first release where the sysroot has a proper cargo workspace. EIther way we seem to not have |
fix: Fix CI running analysis-stats incorrectly against the standard libraries Fixes #18326
fix: Fix CI running analysis-stats incorrectly against the standard libraries Fixes #18326
…Veykril fix: Fix CI running analysis-stats incorrectly against the standard libraries Fixes rust-lang/rust-analyzer#18326
Since the newest stable release our CI hangs up on the linux runner. https://github.com/rust-lang/rust-analyzer/actions/runs/11393691962/job/31702512392?pr=18305
The text was updated successfully, but these errors were encountered: