mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 06:21:13 +00:00
11 lines
581 B
Plaintext
11 lines
581 B
Plaintext
error: cyclic dependency in graph [
|
|
"\"$WORKSPACE/target/tests/trybuild/rinja_testing/templates/cycle2.html/" --> \"$WORKSPACE/target/tests/trybuild/rinja_testing/templates/cycle1.html/"",
|
|
"\"$WORKSPACE/target/tests/trybuild/rinja_testing/templates/cycle1.html/" --> \"$WORKSPACE/target/tests/trybuild/rinja_testing/templates/cycle1.html/"",
|
|
]
|
|
--> tests/ui/cycle.rs:3:10
|
|
|
|
|
3 | #[derive(Template)]
|
|
| ^^^^^^^^
|
|
|
|
|
= note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)
|