about summary refs log tree commit diff
path: root/tests/ui/frontmatter/extra-after-end.stderr
blob: c2770fdfd41ff6f7648ecc50ef955fe77c5a06b3 (plain)
1
2
3
4
5
6
7
8
error: extra characters after frontmatter close are not allowed
  --> $DIR/extra-after-end.rs:2:1
   |
LL | ---cargo
   | ^^^^^^^^

error: aborting due to 1 previous error