Skip to content

Commit c119206

Browse files
authored
Update borrowck_errors.rs
1 parent 1b06fe1 commit c119206

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc_mir/util/borrowck_errors.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,8 @@ pub trait BorrowckErrors<'cx>: Sized + Copy {
284284
self.cancel_if_wrong_origin(err, o)
285285
}
286286

287-
<<<<<<< HEAD
288287
fn cannot_assign(&self, span: Span, desc: &str, o: Origin, is_reference:bool)
289288
-> DiagnosticBuilder
290-
=======
291-
fn cannot_assign(self, span: Span, desc: &str, o: Origin) -> DiagnosticBuilder<'cx>
292-
>>>>>>> 56714acc5eb0687ed9a7566fdebe5528657fc5b3
293289
{
294290
let msg = if is_reference {
295291
"through"

0 commit comments

Comments
 (0)