aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/duplicated_template_attribute.stderr
blob: 4e6828c7aa4f438885e8f0cbb70cdd58b02027ce (plain) (blame)
1
2
3
4
5
6
7
error: duplicated 'template' attribute
 --> tests/ui/duplicated_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)