Skip to content

Commit

Permalink
we do this these days
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jul 10, 2019
1 parent 743299e commit 11686f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/eval.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
ecx.machine.argc = Some(argc_place.ptr.to_ptr()?);
}

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

0 comments on commit 11686f4

Please sign in to comment.