about summary refs log tree commit diff
path: root/tests/ui/frontmatter/unclosed-1.stderr
blob: 04031d128398cde7d88b37608717ecea2e2e05b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: unclosed frontmatter
  --> $DIR/unclosed-1.rs:1:1
   |
LL | / ----cargo
...  |
LL | |
   | |_^
   |
note: frontmatter opening here was not closed
  --> $DIR/unclosed-1.rs:1:1
   |
LL | ----cargo
   | ^^^^

error: aborting due to 1 previous error