1
Fork 0

update comments

This commit is contained in:
lcnr 2022-03-25 14:49:14 +01:00
parent 5ac973426e
commit 4fcf43f67c
2 changed files with 2 additions and 8 deletions

View file

@ -181,7 +181,7 @@ pub struct InferCtxtInner<'tcx> {
///
/// Before running `resolve_regions_and_report_errors`, the creator
/// of the inference context is expected to invoke
/// `process_region_obligations` (defined in `self::region_obligations`)
/// [`InferCtxt::process_registered_region_obligations`]
/// for each body-id in this map, which will process the
/// obligations within. This is expected to be done 'late enough'
/// that all type inference variables have been bound and so forth.