blob: fa488cbb1404390694c43a04ec123d5c8812c07c (
plain) (
blame)
1
2
3
4
5
6
7
|
error: proc-macro derive panicked
--> $DIR/lit_on_assignment_lhs.rs:3:10
|
3 | #[derive(Template)]
| ^^^^^^^^
|
= help: message: Cannot have literals on the left-hand-side of an assignment.
|