mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
9 lines
311 B
Plaintext
9 lines
311 B
Plaintext
error: cyclic dependency in graph [
|
|
"\"$DIR/templates/cycle2.html/" --> \"$DIR/templates/cycle1.html/"",
|
|
"\"$DIR/templates/cycle1.html/" --> \"$DIR/templates/cycle1.html/"",
|
|
]
|
|
--> tests/ui/cycle.rs:4:19
|
|
|
|
|
4 | #[template(path = "cycle2.html")]
|
|
| ^^^^^^^^^^^^^
|