mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
8 lines
225 B
Plaintext
8 lines
225 B
Plaintext
error: literals are not allowed on the left-hand side of an assignment
|
|
--> MyTemplate.txt:1:2
|
|
"let 7=x%}"
|
|
--> tests/ui/lit_on_assignment_lhs.rs:5:14
|
|
|
|
|
5 | source = "{%let 7=x%}",
|
|
| ^^^^^^^^^^^^^
|