We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)