about summary refs log tree commit diff
path: root/tests/ui/parser/diff-markers/unclosed-delims-in-macro.stderr
blob: a5558352b6947f427f324d092976307b05c6a4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: this file contains an unclosed delimiter
  --> $DIR/unclosed-delims-in-macro.rs:11:54
   |
LL | macro_rules! foo {
   |                  - unclosed delimiter
LL | <<<<<<< HEAD
LL |     () {
   |        - this delimiter might not be properly closed...
...
LL | }
   | -                                                   ^
   | |
   | ...as it matches this but it has different indentation

error: aborting due to 1 previous error