We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
For println!("path {}", 1); rust-mode does highlight:
println!("path {}", 1);
rust-mode
But if add new line symbol between ( and " rust-mode doesn't highlight:
(
"
rustfmt often inserts new lines between ( and " for format! and println!
rustfmt
format!
println!