We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff479b1 commit 2991a7cCopy full SHA for 2991a7c
compiler/rustc_middle/src/ty/context.rs
@@ -1596,7 +1596,7 @@ impl<'tcx> TyCtxt<'tcx> {
1596
})
1597
}
1598
1599
- // Returns the `DefId` and the `BoundRegionKind` corresponding to the given region.
+ /// Returns the `DefId` and the `BoundRegionKind` corresponding to the given region.
1600
pub fn is_suitable_region(self, region: Region<'tcx>) -> Option<FreeRegionInfo> {
1601
let (suitable_region_binding_scope, bound_region) = match *region {
1602
ty::ReFree(ref free_region) => {
0 commit comments