add comment
This commit is contained in:
parent
026d8ce7f5
commit
239f33ea5b
@ -100,6 +100,7 @@ pub fn leak_check(
|
|||||||
struct LeakCheck<'me, 'tcx> {
|
struct LeakCheck<'me, 'tcx> {
|
||||||
tcx: TyCtxt<'tcx>,
|
tcx: TyCtxt<'tcx>,
|
||||||
universe_at_start_of_snapshot: ty::UniverseIndex,
|
universe_at_start_of_snapshot: ty::UniverseIndex,
|
||||||
|
/// Only used when reporting region errors.
|
||||||
overly_polymorphic: bool,
|
overly_polymorphic: bool,
|
||||||
mini_graph: &'me MiniGraph<'tcx>,
|
mini_graph: &'me MiniGraph<'tcx>,
|
||||||
rcc: &'me RegionConstraintCollector<'me, 'tcx>,
|
rcc: &'me RegionConstraintCollector<'me, 'tcx>,
|
||||||
|
Loading…
Reference in New Issue
Block a user