mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 14:03:59 +00:00
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
error: askama templates are not supported for `union` types, only `struct` and `enum`
|
|
--> tests/ui/union.rs:5:1
|
|
|
|
|
5 | union Tmpl {
|
|
| ^^^^^
|