Skip to content

Commit f2702cb

Browse files
committed
remove comment
1 parent 6980617 commit f2702cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_borrowck/src/session_diagnostics.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ pub(crate) enum RequireStaticErr {
158158
},
159159
}
160160

161-
//move_errors.rs
162-
163161
#[derive(SessionSubdiagnostic)]
164162
pub(crate) enum AddMoveErr {
165163
#[label(borrowck::data_moved_here)]
@@ -175,7 +173,6 @@ pub(crate) enum AddMoveErr {
175173
#[note(borrowck::moved_var_cannot_copy)]
176174
MovedNotCopy {},
177175
}
178-
//explain_borrow.rs
179176

180177
#[derive(SessionSubdiagnostic)]
181178
pub(crate) enum BorrowUsedHere {

0 commit comments

Comments
 (0)