mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +00:00
8 lines
344 B
Plaintext
8 lines
344 B
Plaintext
error: template "thisdoesnotexist.html" not found in directories ["$WORKSPACE/target/tests/trybuild/askama_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)
|