Skip to content

Commit

Permalink
Update borrowck_errors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurikholkar committed Apr 5, 2018
1 parent 1b06fe1 commit c119206
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustc_mir/util/borrowck_errors.rs
Expand Up @@ -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"
Expand Down

0 comments on commit c119206

Please sign in to comment.