We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc5c02 commit caa11deCopy full SHA for caa11de
src/librustc_mir/borrow_check/nll/region_infer/annotation.rs
@@ -19,7 +19,7 @@ use borrow_check::nll::region_infer::RegionInferenceContext;
19
use borrow_check::nll::universal_regions::DefiningTy;
20
use rustc_errors::DiagnosticBuilder;
21
22
-impl<'gcx, 'tcx> RegionInferenceContext<'tcx> {
+impl<'tcx> RegionInferenceContext<'tcx> {
23
/// Write out our state into the `.mir` files.
24
pub(crate) fn annotate(&self, err: &mut DiagnosticBuilder<'_>) {
25
match self.universal_regions.defining_ty {
0 commit comments