mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-30 14:31:36 +00:00
26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
error: `$WORKSPACE/target/tests/trybuild/rinja_testing/no-such-config.toml` does not exist
|
|
--> tests/ui/broken-config.rs:4:47
|
|
|
|
|
4 | #[template(source = "", ext = "txt", config = "no-such-config.toml")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: unable to read $WORKSPACE/target/tests/trybuild/rinja_testing/folder-config.toml: Is a directory (os error 21)
|
|
--> tests/ui/broken-config.rs:8:47
|
|
|
|
|
8 | #[template(source = "", ext = "txt", config = "folder-config.toml")]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: an opening delimiter may not be the prefix of another delimiter. The block delimiter ("<<<") clashes with the expression delimiter ("<<<<")
|
|
--> testing/delim-clash.toml
|
|
--> tests/ui/broken-config.rs:12:47
|
|
|
|
|
12 | #[template(source = "", ext = "txt", config = "delim-clash.toml")]
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
error: delimiters must be at least two characters long. The opening block delimiter ("<") is too short
|
|
--> testing/delim-too-short.toml
|
|
--> tests/ui/broken-config.rs:16:47
|
|
|
|
|
16 | #[template(source = "", ext = "txt", config = "delim-too-short.toml")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|