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
check
dev
Environment:
> uname -a Linux bz-server 5.15.0-40-generic #43-Ubuntu SMP Wed Jun 15 12:54:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux > cargo --version cargo 1.63.0-nightly (8d42b0e87 2022-06-17) > git rev-parse HEAD 8e8a39b380b42d5041252ce62acd7f6527cd81b7
The text was updated successfully, but these errors were encountered:
We have special linker config on Linux:
[target.x86_64-unknown-linux-gnu] rustflags = [ "-C", "link-arg=-fuse-ld=lld", "--cfg", "tokio_unstable" ] [target.aarch64-unknown-linux-gnu] rustflags = [ "-C", "link-arg=-fuse-ld=lld", "--cfg", "tokio_unstable" ]
Could it be causing the problem? e.g. rust-analyzer didn't pick up this config.
Sorry, something went wrong.
skyzh
Successfully merging a pull request may close this issue.
Environment:
The text was updated successfully, but these errors were encountered: