Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Dec 4, 2023
1 parent cc80106 commit a8faa82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ LL + #[derive(Clone)]
LL | enum Day {
|

error: aborting due to previous error
error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0308`.
2 changes: 1 addition & 1 deletion tests/ui/moves/needs-clone-through-deref.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ help: you can `clone` the value and consume it, but this might not be your desir
LL | for _ in <Vec<usize> as Clone>::clone(&self.clone()).into_iter() {}
| ++++++++++++++++++++++++++++++ +

error: aborting due to previous error
error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0507`.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ LL + #[derive(Clone)]
LL | pub struct Hash128_1;
|

error: aborting due to previous error
error: aborting due to 1 previous error

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

0 comments on commit a8faa82

Please sign in to comment.