askama/testing/tests/ui/incorrect_path.stderr
2024-06-17 15:58:52 +02:00

8 lines
343 B
Plaintext

error: template "thisdoesnotexist.html" not found in directories ["$WORKSPACE/target/tests/trybuild/rinja_testing/templates"]
--> tests/ui/incorrect_path.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)