aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/loop_cycle_empty.stderr
diff options
context:
space:
mode:
authorLibravatar René Kijewski <rene.kijewski@fu-berlin.de>2023-07-31 20:54:47 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-07-31 21:29:35 +0200
commit107bdfdd7658919691948f629adf2254cd6aa367 (patch)
tree7d28e7b08e7bf30bc9298fdc1466476624ca50ac /testing/tests/ui/loop_cycle_empty.stderr
parent18b6d2f38ac51dfa3207c4d509567cd0db937274 (diff)
downloadaskama-107bdfdd7658919691948f629adf2254cd6aa367.tar.gz
askama-107bdfdd7658919691948f629adf2254cd6aa367.tar.bz2
askama-107bdfdd7658919691948f629adf2254cd6aa367.zip
Fix parsing calls
This change: * adds a cut when the leading `(` was encountered, and * fixed the interaction between call expressions and boolean OR.
Diffstat (limited to 'testing/tests/ui/loop_cycle_empty.stderr')
-rw-r--r--testing/tests/ui/loop_cycle_empty.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/ui/loop_cycle_empty.stderr b/testing/tests/ui/loop_cycle_empty.stderr
index 13beb9a..4fc35bb 100644
--- a/testing/tests/ui/loop_cycle_empty.stderr
+++ b/testing/tests/ui/loop_cycle_empty.stderr
@@ -1,5 +1,5 @@
-error: problems parsing template source at row 1, column 34 near:
- "([]) }}{{ v }},{% endfor %}"
+error: problems parsing template source at row 1, column 35 near:
+ "[]) }}{{ v }},{% endfor %}"
--> tests/ui/loop_cycle_empty.rs:6:10
|
6 | #[derive(Template)]