askama/testing/tests/ui/lit_on_assignment_lhs.stderr
2024-07-30 14:04:19 +02:00

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%}",
| ^^^^^^^^^^^^^