You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/enum-2.stderr
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@ error: encountered diff marker
2
2
--> $DIR/enum-2.rs:3:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `|||||||` is the code that we're merging into
6
6
LL | x: u8,
7
7
LL | |||||||
8
-
| -------
8
+
| ------- between this marker and `=======` is the base code (what the two refs diverged from)
9
9
LL | z: (),
10
10
LL | =======
11
-
| -------
11
+
| ------- between this marker and `>>>>>>>` is the incoming code
12
12
LL | y: i8,
13
13
LL | >>>>>>> branch
14
-
| ^^^^^^^ above this are the incoming code changes
14
+
| ^^^^^^^ this marker concludes the conflict region
15
15
|
16
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
17
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
16
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
17
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
18
18
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/enum.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/enum.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | Foo(u8),
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | Bar(i8),
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/fn-arg.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/fn-arg.rs:3:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | x: u8,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/item-with-attr.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/item-with-attr.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/item.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/item.rs:1:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/statement.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/statement.rs:10:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | S::foo();
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | S::bar();
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/struct-expr.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/struct-expr.rs:6:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | x: 42,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | x: 0,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/struct.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/struct.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | x: u8,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/trait-item.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/trait-item.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/tuple-struct.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/tuple-struct.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | u8,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/unclosed-delims-in-macro.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/unclosed-delims-in-macro.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
...
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | () { //
10
10
LL | >>>>>>> 7a4f13c blah blah blah
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/unclosed-delims.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/unclosed-delims.rs:3:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
...
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
...
10
10
LL | >>>>>>> 7a4f13c blah blah blah
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
Copy file name to clipboardexpand all lines: tests/ui/parser/diff-markers/use-statement.stderr
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,16 @@ error: encountered diff marker
2
2
--> $DIR/use-statement.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ after this is the code before the merge
5
+
| ^^^^^^^ between this marker and `=======` is the code that we're merging into
6
6
LL | bar,
7
7
LL | =======
8
-
| -------
8
+
| ------- between this marker and `>>>>>>>` is the incoming code
9
9
LL | baz,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ above this are the incoming code changes
11
+
| ^^^^^^^ this marker concludes the conflict region
12
12
|
13
-
= help: if you're having merge conflicts after pulling new code, the top section is the code you already had and the bottom section is the remote code
14
-
= help: if you're in the middle of a rebase, the top section is the code being rebased onto and the bottom section is the code coming from the current commit being rebased
13
+
= help: conflict markers indicate that a merge was started but could not be completed due to merge conflicts
14
+
= help: to resolve a conflict, keep only the code you want and then delete the lines containing conflict markers
15
15
= note: for an explanation on these markers from the `git` documentation, visit <https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging#_checking_out_conflicts>
0 commit comments