summary refs log tree commit diff
path: root/tests/ui/parser/diff-markers/unclosed-delims.rs
blob: 7d400c3827bb6427993a0cd9a02445f5e2dcdb62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod tests {
    #[test]
<<<<<<< HEAD
//~^ ERROR encountered diff marker
//~| NOTE between this marker and `=======`

//~| NOTE conflict markers indicate that
//~| HELP if you're having merge conflicts
//~| NOTE for an explanation on these markers

    fn test1() {
=======
//~^ NOTE between this marker and `>>>>>>>`
    fn test2() {
>>>>>>> 7a4f13c blah blah blah
//~^ NOTE this marker concludes the conflict region
    }
}