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 026d8ce commit 239f33eCopy full SHA for 239f33e
compiler/rustc_infer/src/infer/region_constraints/leak_check.rs
@@ -100,6 +100,7 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> {
100
struct LeakCheck<'me, 'tcx> {
101
tcx: TyCtxt<'tcx>,
102
universe_at_start_of_snapshot: ty::UniverseIndex,
103
+ /// Only used when reporting region errors.
104
overly_polymorphic: bool,
105
mini_graph: &'me MiniGraph<'tcx>,
106
rcc: &'me RegionConstraintCollector<'me, 'tcx>,
0 commit comments