about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/lib.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-03-03 04:15:15 +0100
committerest31 <MTest31@outlook.com>2023-03-03 08:39:00 +0100
commit6df5ae4fb03734dd98db01a9f488998b1d4498ab (patch)
treed5c0058297d36c2e830ad316af52183c0e423792 /compiler/rustc_mir_transform/src/lib.rs
parentff2c609d662f0ffae9aafa6ff9f60441473e958e (diff)
downloadrust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.tar.gz
rust-6df5ae4fb03734dd98db01a9f488998b1d4498ab.zip
Match unmatched backticks in comments in compiler/
Diffstat (limited to 'compiler/rustc_mir_transform/src/lib.rs')
-rw-r--r--compiler/rustc_mir_transform/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_transform/src/lib.rs b/compiler/rustc_mir_transform/src/lib.rs
index 4193eb7d6e8..cdd28ae0c01 100644
--- a/compiler/rustc_mir_transform/src/lib.rs
+++ b/compiler/rustc_mir_transform/src/lib.rs
@@ -248,7 +248,7 @@ fn mir_const_qualif(tcx: TyCtxt<'_>, def: ty::WithOptConstParam<LocalDefId>) ->
 
     // N.B., this `borrow()` is guaranteed to be valid (i.e., the value
     // cannot yet be stolen), because `mir_promoted()`, which steals
-    // from `mir_const(), forces this query to execute before
+    // from `mir_const()`, forces this query to execute before
     // performing the steal.
     let body = &tcx.mir_const(def).borrow();