We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486a769 commit 73534a6Copy full SHA for 73534a6
src/eval.rs
@@ -171,7 +171,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
171
172
// Capture the current interpreter stack state (which should be empty) so that we can emit
173
// allocation-tracking and tag-tracking diagnostics for allocations which are part of the
174
- // runtime.
+ // early runtime setup.
175
let info = ecx.preprocess_diagnostics();
176
177
// Some parts of initialization require a full `InterpCx`.
0 commit comments