Skip to content

Commit b2c248e

Browse files
committed
reorder 'gcx and 'tcx in BorrowckErrors impl
1 parent 29cdd73 commit b2c248e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/util/borrowck_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ pub trait BorrowckErrors {
441441
}
442442
}
443443

444-
impl<'b, 'tcx, 'gcx> BorrowckErrors for TyCtxt<'b, 'tcx, 'gcx> {
444+
impl<'b, 'gcx, 'tcx> BorrowckErrors for TyCtxt<'b, 'gcx, 'tcx> {
445445
fn struct_span_err_with_code<'a, S: Into<MultiSpan>>(&'a self,
446446
sp: S,
447447
msg: &str,

0 commit comments

Comments
 (0)