aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/macro.stderr
blob: 5471c96545bc8e28aa18826f6586e84ab95a12fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
error: macro "thrice" expected 1 argument, found 2
 --> tests/ui/macro.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)

error: macro "thrice" expected 2 arguments, found 0
  --> tests/ui/macro.rs:11:10
   |
11 | #[derive(Template)]
   |          ^^^^^^^^
   |
   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)

error: macro "thrice" expected 0 arguments, found 2
  --> tests/ui/macro.rs:19:10
   |
19 | #[derive(Template)]
   |          ^^^^^^^^
   |
   = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)