mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Fix rebase
This commit is contained in:
parent
cc80106cb5
commit
a8faa8288c
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user