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
unexpected token
concat!
This code compiles fine with rustc, but rust analyzer reports error: unexpected token
pub const T: &str = concat!(-42.0);
rust-analyzer version: 1.87.0-nightly (be73c1f 2025-03-21)
rustc version: rustc 1.87.0-nightly (be73c1f46 2025-03-21)
The text was updated successfully, but these errors were encountered:
@rustbot claim
Sorry, something went wrong.
vishruth-thimmaiah
Successfully merging a pull request may close this issue.
This code compiles fine with rustc, but rust analyzer reports error:
unexpected token
rust-analyzer version: 1.87.0-nightly (be73c1f 2025-03-21)
rustc version: rustc 1.87.0-nightly (be73c1f46 2025-03-21)
The text was updated successfully, but these errors were encountered: