We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since updating one of my projects to anyhow 1.0.61
anyhow
rust build
For larger projects with anyhow deep in their dependency chain, these frequent rebuilds can get quite annoying.
The text was updated successfully, but these errors were encountered:
Thanks for the report. This was put in as a workaround for the builds just altogether failing (rust-lang/rust-analyzer#12973). There is a fix in https://rust-analyzer.github.io/thisweek/2022/08/15/changelog-142.html#fixes so we can just remove it and count on people to upgrade rust-analyzer.
Sorry, something went wrong.
b916fa9
Could you confirm whether this is gone with 1.0.62?
Yes, working fine now, thanks!
No branches or pull requests
Since updating one of my projects to
anyhow
1.0.61anyhow
and everything that depends on it on each start of VScoderust build
etc. in a terminal rebuildsanyhow
and everything that depends on it after rust-analyzer rechecked itFor larger projects with anyhow deep in their dependency chain, these frequent rebuilds can get quite annoying.
The text was updated successfully, but these errors were encountered: