mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
fix: ide: do not highlight escapes in raw strings
This commit is contained in:
parent
2fdd1ac510
commit
157069e232
3 changed files with 6 additions and 1 deletions
|
@ -505,6 +505,7 @@ fn main() {
|
|||
|
||||
let _ = "\x28\x28\x00\x63\n";
|
||||
let _ = b"\x28\x28\x00\x63\n";
|
||||
let _ = r"\\";
|
||||
|
||||
println!("{\x41}", A = 92);
|
||||
println!("{ничоси}", ничоси = 92);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue