]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_const_eval/src/interpret/machine.rs
Rollup merge of #104998 - JakobDegen:mailmap, r=jyn514
[rust.git] / compiler / rustc_const_eval / src / interpret / machine.rs
index 351152eba01f6ae219c2034ff8ffacb37b0ca054..88d25be6bd861d66f8a0788b5a9243ebdf7b105b 100644 (file)
@@ -417,8 +417,8 @@ fn after_stack_pop(
     }
 }
 
-// A lot of the flexibility above is just needed for `Miri`, but all "compile-time" machines
-// (CTFE and ConstProp) use the same instance.  Here, we share that code.
+/// A lot of the flexibility above is just needed for `Miri`, but all "compile-time" machines
+/// (CTFE and ConstProp) use the same instance.  Here, we share that code.
 pub macro compile_time_machine(<$mir: lifetime, $tcx: lifetime>) {
     type Provenance = AllocId;
     type ProvenanceExtra = ();