aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/elif.stderr
blob: 0d5de470a260ae8022bcd3939d044e9b1072a3d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
error: unknown `elif` keyword; did you mean `else if`?
       problems parsing template source at row 1, column 16 near:
       "elif false %}{% endif %}"
 --> tests/ui/elif.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)