askama/testing/tests/ui/transclude-missing.stderr
2025-03-11 19:31:06 +01:00

16 lines
789 B
Plaintext

error: template "transclude-missing.html" not found in directories ["$WORKSPACE/target/tests/trybuild/askama_testing/templates"]
--> testing/templates/transclude-there.html:1:2
" include \"transclude-missing.html\" %}"
--> tests/ui/transclude-missing.rs:4:19
|
4 | #[template(path = "transclude-there.html")]
| ^^^^^^^^^^^^^^^^^^^^^^^
error: template "transclude-missing.html" not found in directories ["$WORKSPACE/target/tests/trybuild/askama_testing/templates"]
--> testing/templates/transclude-there.html:1:2
" include \"transclude-missing.html\" %}"
--> tests/ui/transclude-missing.rs:8:21
|
8 | #[template(source = r#"{% include "transclude-there.html" %}"#, ext = "html")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^