]> git.lizzy.rs Git - rust.git/commitdiff
we do this these days
authorRalf Jung <post@ralfj.de>
Wed, 10 Jul 2019 12:38:49 +0000 (14:38 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 10 Jul 2019 12:38:49 +0000 (14:38 +0200)
src/eval.rs

index d40f4b3e59f643504776fd17ca747f9391ed8618..dbc3282a306f8ca6a3ccc57e44d2f03b11a6631f 100644 (file)
@@ -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.