askama/testing/tests/ui/cycle.stderr
2024-04-11 20:39:29 +02:00

10 lines
419 B
Plaintext

error: cyclic dependency in graph [
"\"$WORKSPACE/target/tests/trybuild/askama_testing/templates/cycle2.html/" --> \"$WORKSPACE/target/tests/trybuild/askama_testing/templates/cycle2.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)