askama/testing/tests/ui/duplicated_template_attribute.stderr
2022-01-13 15:10:09 +01:00

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)