aboutsummaryrefslogblamecommitdiffstats
path: root/testing/tests/ui/lit_on_assignment_lhs.stderr
blob: 53bfc81dcb3f7445b2fa534a9680b9deb0deffe6 (plain) (tree)
1
2
3
4
5
6
7

                                                                      



                       
                                                                                                                             
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)