]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/mir/mono.rs
fix most compiler/ doctests
[rust.git] / compiler / rustc_middle / src / mir / mono.rs
index f76217d921d94599ebde867458c9a26503d0d963..d389fa8c0ebdde82933a106cda01409431368097 100644 (file)
@@ -438,7 +438,7 @@ pub fn new(tcx: TyCtxt<'tcx>) -> Self {
     ///
     /// This function will build CGU names of the form:
     ///
-    /// ```
+    /// ```text
     /// <crate-name>.<crate-disambiguator>[-in-<local-crate-id>](-<component>)*[.<special-suffix>]
     /// <local-crate-id> = <local-crate-name>.<local-crate-disambiguator>
     /// ```