Trailing return
This commit is contained in:
parent
b9f6b9721a
commit
2673ba99fd
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ pub fn eval_main<'tcx>(tcx: TyCtxt<'tcx>, main_id: DefId, config: MiriConfig) ->
|
|||
return None;
|
||||
}
|
||||
}
|
||||
return Some(return_code);
|
||||
Some(return_code)
|
||||
}
|
||||
Err(e) => report_err(&ecx, e),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue