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 @@ -1896,7 +1896,7 @@ pub struct GeneratorLayout<'tcx> {
1896
1896
///
1897
1897
/// Example: If type check produces a closure with the closure substs:
1898
1898
///
1899
- /// ```
1899
+ /// ```text
1900
1900
/// ClosureSubsts = [
1901
1901
/// i8, // the "closure kind"
1902
1902
/// for<'x> fn(&'a &'x u32) -> &'x u32, // the "closure signature"
@@ -1907,7 +1907,7 @@ pub struct GeneratorLayout<'tcx> {
1907
1907
/// here, there is one unique free region (`'a`) but it appears
1908
1908
/// twice. We would "renumber" each occurence to a unique vid, as follows:
1909
1909
///
1910
- /// ```
1910
+ /// ```text
1911
1911
/// ClosureSubsts = [
1912
1912
/// i8, // the "closure kind"
1913
1913
/// for<'x> fn(&'1 &'x u32) -> &'x u32, // the "closure signature"
You can’t perform that action at this time.
0 commit comments