File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1818,7 +1818,7 @@ pub struct GeneratorLayout<'tcx> {
18181818///
18191819/// Example: If type check produces a closure with the closure substs:
18201820///
1821- /// ```
1821+ /// ```text
18221822/// ClosureSubsts = [
18231823/// i8, // the "closure kind"
18241824/// for<'x> fn(&'a &'x u32) -> &'x u32, // the "closure signature"
@@ -1829,7 +1829,7 @@ pub struct GeneratorLayout<'tcx> {
18291829/// here, there is one unique free region (`'a`) but it appears
18301830/// twice. We would "renumber" each occurence to a unique vid, as follows:
18311831///
1832- /// ```
1832+ /// ```text
18331833/// ClosureSubsts = [
18341834/// i8, // the "closure kind"
18351835/// for<'x> fn(&'1 &'x u32) -> &'x u32, // the "closure signature"
You can’t perform that action at this time.
0 commit comments