Skip to content

Commit 239f33e

Browse files
committed
add comment
1 parent 026d8ce commit 239f33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_infer/src/infer/region_constraints/leak_check.rs

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ impl<'tcx> RegionConstraintCollector<'_, 'tcx> {
100100
struct LeakCheck<'me, 'tcx> {
101101
tcx: TyCtxt<'tcx>,
102102
universe_at_start_of_snapshot: ty::UniverseIndex,
103+
/// Only used when reporting region errors.
103104
overly_polymorphic: bool,
104105
mini_graph: &'me MiniGraph<'tcx>,
105106
rcc: &'me RegionConstraintCollector<'me, 'tcx>,

0 commit comments

Comments
 (0)