about summary refs log tree commit diff
path: root/tests/ui/frontmatter/infostring-fail.stderr
blob: 6b264abc90f11fa294c8d0e52a0954c850881efb (plain)
1
2
3
4
5
6
7
8
9
10
error: invalid infostring for frontmatter
  --> $DIR/infostring-fail.rs:1:4
   |
LL | ---cargo,clippy
   |    ^^^^^^^^^^^^
   |
   = note: frontmatter infostrings must be a single identifier immediately following the opening

error: aborting due to 1 previous error