about summary refs log tree commit diff
path: root/tests/ui/frontmatter/multifrontmatter-2.stderr
blob: ed9ac4029e277ca5a9675a12cfd636ee9010b81a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
error: invalid preceding whitespace for frontmatter close
  --> $DIR/multifrontmatter-2.rs:2:1
   |
LL |  ---
   | ^^^^
   |
note: frontmatter close should not be preceded by whitespace
  --> $DIR/multifrontmatter-2.rs:2:1
   |
LL |  ---
   | ^

error: expected item, found `-`
  --> $DIR/multifrontmatter-2.rs:5:2
   |
LL |  ---
   |  ^ expected item
   |
   = note: for a full list of items that can appear in modules, see <https://doc.rust-lang.org/reference/items.html>

error: aborting due to 2 previous errors