mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
error: you are missing a space to separate two string literals
|
|
--> <source attribute>:1:11
|
|
"r\" \\ \"}}}"
|
|
--> tests/ui/macro-args.rs:7:14
|
|
|
|
|
7 | source = r###"{{e!{ r#""#r" \ "}}}"###,
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|