Skip to content

Commit 8e80c57

Browse files
author
Clar Charr
committed
Make internal docs build properly.
1 parent 1699293 commit 8e80c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/mir/mod.rs

+2-2
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)