mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
error: duplicated 'template' attribute
|
|
--> tests/ui/duplicated_template_attribute.rs:3:10
|
|
|
|
|
3 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|