about summary refs log tree commit diff
path: root/tests/ui/parser/diff-markers/unclosed-delims-in-macro.rs
blob: acd608e27c61397f57da85bf8d79d6211da09ede (plain)
1
2
3
4
5
6
7
8
9
10
11
// The diff marker detection was removed for this example, because it relied on
// the lexer having a dependency on the parser, which was horrible.

macro_rules! foo {
<<<<<<< HEAD
    () {
=======
    () { //
>>>>>>> 7a4f13c blah blah blah
    }
} //~ ERROR this file contains an unclosed delimiter