aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/no_template_attribute.stderr
blob: d45d7ceb771fe6daa5ad6efa70148120528b50f2 (plain) (blame)
1
2
3
4
5
6
7
error: no attribute 'template' found
 --> tests/ui/no_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)