From: Ralf Jung Date: Wed, 10 Jul 2019 12:38:49 +0000 (+0200) Subject: we do this these days X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=11686f4be23d4ee7a0490ab4d1fc593b46b1910a;p=rust.git we do this these days --- diff --git a/src/eval.rs b/src/eval.rs index d40f4b3e59f..dbc3282a306 100644 --- a/src/eval.rs +++ b/src/eval.rs @@ -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.