Remove unused lifetime annotation
This commit is contained in:
parent
5dc5c02581
commit
caa11dee50
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ use borrow_check::nll::region_infer::RegionInferenceContext;
|
|||
use borrow_check::nll::universal_regions::DefiningTy;
|
||||
use rustc_errors::DiagnosticBuilder;
|
||||
|
||||
impl<'gcx, 'tcx> RegionInferenceContext<'tcx> {
|
||||
impl<'tcx> RegionInferenceContext<'tcx> {
|
||||
/// Write out our state into the `.mir` files.
|
||||
pub(crate) fn annotate(&self, err: &mut DiagnosticBuilder<'_>) {
|
||||
match self.universal_regions.defining_ty {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue