about summary refs log tree commit diff
path: root/tests/ui/frontmatter/mismatch-1.stderr
blob: b6e29294d9e142ccc3d37d6d2b76bf5a04abec5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: frontmatter close does not match the opening
  --> $DIR/mismatch-1.rs:1:1
   |
LL |   ---cargo
   |   ^--
   |   |
   |  _the opening here has 3 dashes...
   | |
LL | |
LL | | ----
   | |_---^
   |   |
   |   ...while the close has 4 dashes

error: aborting due to 1 previous error