rinja-rs / rinja

A template rendering engine based on Jinja, generating type-safe Rust code at compile time.
https://rinja.readthedocs.io
Apache License 2.0
116 stars 10 forks source link

Improve recursion limit error #28

Closed GuillaumeGomez closed 3 months ago

GuillaumeGomez commented 3 months ago

Currently it displays:

error: failed to parse template source

It should instead be (or something along the line):

error: hit recursion limit

Follow-up of https://github.com/rinja-rs/rinja/pull/27.