-
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
rename print args not working on nightly #18150
Comments
This is a pretty old rust-analyzer version. Can you check with a more recent one (the VSCode extension comes bundled with one by default)? |
Uninstall and restart dev container and reinstall and restart devcontainer, still not working on nightly. RA v0.3.2112 rust-analyzer version: 1.82.0-nightly (1f12b9b 2024-08-27) |
Cannot reproduce. Works fine for me. That's an old nightly too - can you upgrade to a more recent one? |
https://static.rust-lang.org/manifests.txt Tested working
Tested not working
|
We support officially only the latest stable version. Recent nightlies might work, but especially old nightlies might as well not. So this is kind of expected. |
BTW, are you using If so, I guess
The reason I was not update is recent version llvm coverage always have warnings. |
rust-analyzer version: (eg. output of "rust-analyzer: Show RA Version" command, accessible in VSCode via Ctrl/⌘+Shift+P)
rust-analyzer version: 1.80.0 (0514789 2024-07-21)
rustc version: (eg. output of
rustc -V
)rustc 1.82.0-nightly (1f12b9b0f 2024-08-27)
editor or extension: (eg. VSCode, Vim, Emacs, etc. For VSCode users, specify your extension version; for users of other editors, provide the distribution if applicable)
vscode 1.93.1
relevant settings: (eg. client settings, or environment variables like
CARGO
,RUSTC
,RUSTUP_HOME
orCARGO_HOME
)channel = "nightly-2024-08-28"
repository link (if public, optional): (eg. rust-analyzer)
rust-lang/rust#130504
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: