mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 14:31:36 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
error: failed to parse template source
|
|
--> <source attribute>:1:7
|
|
"*x = 2 %}"
|
|
--> tests/ui/ref_deref.rs:4:21
|
|
|
|
|
4 | #[template(source = "{% let *x = 2 %}", ext = "html")]
|
|
| ^^^^^^^^^^^^^^^^^^
|