Update borrowck_errors.rs
This commit is contained in:
parent
1b06fe1ef5
commit
c1192065ea
1 changed files with 0 additions and 4 deletions
|
|
@ -284,12 +284,8 @@ pub trait BorrowckErrors<'cx>: Sized + Copy {
|
|||
self.cancel_if_wrong_origin(err, o)
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
fn cannot_assign(&self, span: Span, desc: &str, o: Origin, is_reference:bool)
|
||||
-> DiagnosticBuilder
|
||||
=======
|
||||
fn cannot_assign(self, span: Span, desc: &str, o: Origin) -> DiagnosticBuilder<'cx>
|
||||
>>>>>>> 56714acc5eb0687ed9a7566fdebe5528657fc5b3
|
||||
{
|
||||
let msg = if is_reference {
|
||||
"through"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue