Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix rebase
  • Loading branch information
estebank committed Dec 4, 2023
commit a8faa8288c5823195cf4e7b0de8eab06aa3f2ebb
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`.