aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/excessive_nesting.stderr
blob: d83cd3b24839230713f82bfa06b488d97e377672 (plain) (blame)
1
2
3
4
5
6
7
8
error: problems parsing template source at row 8, column 36 near:
       "{%if 1%}{%if 1%}{%if 1%}{%if 1%}{%if 1%}"...
 --> tests/ui/excessive_nesting.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)