mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 14:03:59 +00:00
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
error[E0609]: no field `x` on type `&A`
|
|
--> tests/ui/block_and_vars.rs:3:10
|
|
|
|
|
3 | #[derive(Template)]
|
|
| ^^^^^^^^ unknown field
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|