We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245afd7 commit c8a675dCopy full SHA for c8a675d
compiler/rustc_const_eval/src/interpret/machine.rs
@@ -512,6 +512,8 @@ pub trait Machine<'mir, 'tcx: 'mir>: Sized {
512
Ok(())
513
}
514
515
+ /// Evaluate the given constant. The `eval` function will do all the required evaluation,
516
+ /// but this hook has the chance to do some pre/postprocessing.
517
#[inline(always)]
518
fn eval_mir_constant<F>(
519
ecx: &InterpCx<'mir, 'tcx, Self>,
0 commit comments