Skip to content

Commit 73534a6

Browse files
authored
tweak comment
1 parent 486a769 commit 73534a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
171171

172172
// Capture the current interpreter stack state (which should be empty) so that we can emit
173173
// allocation-tracking and tag-tracking diagnostics for allocations which are part of the
174-
// runtime.
174+
// early runtime setup.
175175
let info = ecx.preprocess_diagnostics();
176176

177177
// Some parts of initialization require a full `InterpCx`.

0 commit comments

Comments
 (0)