mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 14:03:59 +00:00
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
error: `match` nodes must contain at least one `when` node and/or an `else` case
|
|
--> <source attribute>:1:3
|
|
"match true %}{% endmatch %}"
|
|
--> tests/ui/empty-match.rs:4:21
|
|
|
|
|
4 | #[template(source = "{% match true %}{% endmatch %}", ext = "html")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|