mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 22:11:17 +00:00
10 lines
318 B
Plaintext
10 lines
318 B
Plaintext
error: unexpected argument(s) in `json` filter
|
|
--> OneTwoThree.txt:1:3
|
|
"1|json(2, 3) }}"
|
|
--> tests/ui/json-too-many-args.rs:5:10
|
|
|
|
|
5 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|