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 743299e commit 11686f4Copy full SHA for 11686f4
src/eval.rs
@@ -108,7 +108,6 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
108
ecx.machine.argc = Some(argc_place.ptr.to_ptr()?);
109
}
110
111
- // FIXME: extract main source file path.
112
// Third argument (`argv`): created from `config.args`.
113
let dest = ecx.eval_place(&mir::Place::Base(mir::PlaceBase::Local(args.next().unwrap())))?;
114
// For Windows, construct a command string with all the aguments.
0 commit comments