mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Trailing return
This commit is contained in:
+1
-1
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user