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 error message in case too much nesting #29

Closed GuillaumeGomez closed 3 months ago

GuillaumeGomez commented 3 months ago

Fixes https://github.com/rinja-rs/rinja/issues/28.

GuillaumeGomez commented 3 months ago

Updated!