X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_middle%2Fsrc%2Fmir%2Fmono.rs;h=d389fa8c0ebdde82933a106cda01409431368097;hb=7907385999b4a83d37ed31d334f3ed9ca02983a1;hp=f76217d921d94599ebde867458c9a26503d0d963;hpb=69a5ae35fe5bb507ca5987e12392dce5186480b9;p=rust.git diff --git a/compiler/rustc_middle/src/mir/mono.rs b/compiler/rustc_middle/src/mir/mono.rs index f76217d921d..d389fa8c0eb 100644 --- a/compiler/rustc_middle/src/mir/mono.rs +++ b/compiler/rustc_middle/src/mir/mono.rs @@ -438,7 +438,7 @@ pub fn new(tcx: TyCtxt<'tcx>) -> Self { /// /// This function will build CGU names of the form: /// - /// ``` + /// ```text /// .[-in-](-)*[.] /// = . /// ```