diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2019-12-04 16:38:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-04 16:38:58 +0100 |
| commit | af8f1416e1bc004c15f2cb305bbc26e0af5478e1 (patch) | |
| tree | ba66d31f04ac26cac04d97f598f5313f3ff5b2af | |
| parent | 55840b0209a77bcf7884c8818585f792637927c2 (diff) | |
| download | rust-af8f1416e1bc004c15f2cb305bbc26e0af5478e1.tar.gz rust-af8f1416e1bc004c15f2cb305bbc26e0af5478e1.zip | |
Update src/librustc_mir/interpret/terminator.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
| -rw-r--r-- | src/librustc_mir/interpret/terminator.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_mir/interpret/terminator.rs b/src/librustc_mir/interpret/terminator.rs index 674051ecd8f..91d304cf78e 100644 --- a/src/librustc_mir/interpret/terminator.rs +++ b/src/librustc_mir/interpret/terminator.rs @@ -451,6 +451,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> { /// Evaluate a const function where all arguments (if any) are zero-sized types. /// The evaluation is memoized thanks to the query system. + // FIXME: Consider moving this to `const_eval.rs`. pub (crate) fn eval_const_fn_call( &mut self, gid: GlobalId<'tcx>, |
