Skip to content

Commit 11686f4

Browse files
committed
we do this these days
1 parent 743299e commit 11686f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/eval.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
108108
ecx.machine.argc = Some(argc_place.ptr.to_ptr()?);
109109
}
110110

111-
// FIXME: extract main source file path.
112111
// Third argument (`argv`): created from `config.args`.
113112
let dest = ecx.eval_place(&mir::Place::Base(mir::PlaceBase::Local(args.next().unwrap())))?;
114113
// For Windows, construct a command string with all the aguments.

0 commit comments

Comments
 (0)