Skip to content

Commit af8f141

Browse files
oli-obkRalfJung
andauthored
Update src/librustc_mir/interpret/terminator.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
1 parent 55840b0 commit af8f141

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustc_mir/interpret/terminator.rs

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
451451

452452
/// Evaluate a const function where all arguments (if any) are zero-sized types.
453453
/// The evaluation is memoized thanks to the query system.
454+
// FIXME: Consider moving this to `const_eval.rs`.
454455
pub (crate) fn eval_const_fn_call(
455456
&mut self,
456457
gid: GlobalId<'tcx>,

0 commit comments

Comments
 (0)