]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/infer/mod.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_middle / src / infer / mod.rs
index 497d3811f281b0af514163f092e46969f40dabc6..2350a6ab155464f5c8fa710e793f67b2e41a1c8b 100644 (file)
@@ -10,7 +10,7 @@
 /// Requires that `region` must be equal to one of the regions in `choice_regions`.
 /// We often denote this using the syntax:
 ///
-/// ```
+/// ```text
 /// R0 member of [O1..On]
 /// ```
 #[derive(Debug, Clone, HashStable, TypeFoldable, Lift)]