mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00
8 lines
261 B
Plaintext
8 lines
261 B
Plaintext
error: no attribute 'template' found
|
|
--> tests/ui/no_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)
|