blob: 53bfc81dcb3f7445b2fa534a9680b9deb0deffe6 (
plain) (
tree)
|
|
error: literals are not allowed on the left-hand side of an assignment
--> tests/ui/lit_on_assignment_lhs.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)
|