mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
reorder 'gcx and 'tcx in BorrowckErrors impl
This commit is contained in:
@@ -441,7 +441,7 @@ fn cannot_capture_in_long_lived_closure(&self,
|
||||
}
|
||||
}
|
||||
|
||||
impl<'b, 'tcx, 'gcx> BorrowckErrors for TyCtxt<'b, 'tcx, 'gcx> {
|
||||
impl<'b, 'gcx, 'tcx> BorrowckErrors for TyCtxt<'b, 'gcx, 'tcx> {
|
||||
fn struct_span_err_with_code<'a, S: Into<MultiSpan>>(&'a self,
|
||||
sp: S,
|
||||
msg: &str,
|
||||
|
||||
Reference in New Issue
Block a user