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> {
1818
1818
///
1819
1819
/// Example: If type check produces a closure with the closure substs:
1820
1820
///
1821
- /// ```
1821
+ /// ```text
1822
1822
/// ClosureSubsts = [
1823
1823
/// i8, // the "closure kind"
1824
1824
/// for<'x> fn(&'a &'x u32) -> &'x u32, // the "closure signature"
@@ -1829,7 +1829,7 @@ pub struct GeneratorLayout<'tcx> {
1829
1829
/// here, there is one unique free region (`'a`) but it appears
1830
1830
/// twice. We would "renumber" each occurence to a unique vid, as follows:
1831
1831
///
1832
- /// ```
1832
+ /// ```text
1833
1833
/// ClosureSubsts = [
1834
1834
/// i8, // the "closure kind"
1835
1835
/// for<'x> fn(&'1 &'x u32) -> &'x u32, // the "closure signature"
You can’t perform that action at this time.
0 commit comments