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: src/test/ui/parser/diff-markers/enum-2.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/enum-2.rs:3:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | x: u8,
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/enum.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/enum.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | Foo(u8),
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | Bar(i8),
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/fn-arg.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/fn-arg.rs:3:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | x: u8,
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/item-with-attr.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/item-with-attr.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/item.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/item.rs:1:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/statement.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/statement.rs:10:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | S::foo();
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | S::bar();
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/struct-expr.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/struct-expr.rs:6:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | x: 42,
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | x: 0,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/struct.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/struct.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | x: u8,
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | x: i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/trait-item.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/trait-item.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | fn foo() {}
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | fn bar() {}
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/tuple-struct.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/tuple-struct.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | u8,
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | i8,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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: src/test/ui/parser/diff-markers/use-statement.stderr
+7-3
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,17 @@ error: encountered diff marker
2
2
--> $DIR/use-statement.rs:2:1
3
3
|
4
4
LL | <<<<<<< HEAD
5
-
| ^^^^^^^ start
5
+
| ^^^^^^^ after this is the code before the merge
6
6
LL | bar,
7
7
LL | =======
8
-
| ^^^^^^^ middle
8
+
| -------
9
9
LL | baz,
10
10
LL | >>>>>>> branch
11
-
| ^^^^^^^ end
11
+
| ^^^^^^^ above this are the incoming code changes
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
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