aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/incorrect_path.stderr
blob: ea971493cfd0e4ae0d0ef44e40c92f675bc95f4a (plain) (blame)
1
2
3
4
5
6
7
error: template "thisdoesnotexist.html" not found in directories ["$WORKSPACE/target/tests/askama_testing/templates"]
 --> $DIR/incorrect_path.rs:3:10
  |
3 | #[derive(Template)]
  |          ^^^^^^^^
  |
  = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)