Skip to content

Commit

Permalink
Make internal docs build properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
clarfonthey committed Dec 25, 2017
1 parent 1699293 commit 8e80c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc/mir/mod.rs
Expand Up @@ -1818,7 +1818,7 @@ pub struct GeneratorLayout<'tcx> {
///
/// Example: If type check produces a closure with the closure substs:
///
/// ```
/// ```text
/// ClosureSubsts = [
/// i8, // the "closure kind"
/// for<'x> fn(&'a &'x u32) -> &'x u32, // the "closure signature"
Expand All @@ -1829,7 +1829,7 @@ pub struct GeneratorLayout<'tcx> {
/// here, there is one unique free region (`'a`) but it appears
/// twice. We would "renumber" each occurence to a unique vid, as follows:
///
/// ```
/// ```text
/// ClosureSubsts = [
/// i8, // the "closure kind"
/// for<'x> fn(&'1 &'x u32) -> &'x u32, // the "closure signature"
Expand Down

0 comments on commit 8e80c57

Please sign in to comment.