Skip to content

Commit a8faa82

Browse files
committed
Fix rebase
1 parent cc80106 commit a8faa82

3 files changed

+3
-3
lines changed

tests/ui/moves/assignment-of-clone-call-on-ref-due-to-missing-bound.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ LL + #[derive(Clone)]
2020
LL | enum Day {
2121
|
2222

23-
error: aborting due to previous error
23+
error: aborting due to 1 previous error
2424

2525
For more information about this error, try `rustc --explain E0308`.

tests/ui/moves/needs-clone-through-deref.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ help: you can `clone` the value and consume it, but this might not be your desir
1313
LL | for _ in <Vec<usize> as Clone>::clone(&self.clone()).into_iter() {}
1414
| ++++++++++++++++++++++++++++++ +
1515

16-
error: aborting due to previous error
16+
error: aborting due to 1 previous error
1717

1818
For more information about this error, try `rustc --explain E0507`.

tests/ui/moves/suggest-clone-when-some-obligation-is-unmet.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ LL + #[derive(Clone)]
1818
LL | pub struct Hash128_1;
1919
|
2020

21-
error: aborting due to previous error
21+
error: aborting due to 1 previous error
2222

2323
For more information about this error, try `rustc --explain E0507`.

0 commit comments

Comments
 (0)