add miri tests and a fixme
This commit is contained in:
parent
cda25e56c8
commit
6d4995f4e6
6 changed files with 112 additions and 0 deletions
|
@ -992,6 +992,10 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
|
|||
bug!("can't tailcall as root");
|
||||
};
|
||||
|
||||
// FIXME(explicit_tail_calls):
|
||||
// we should check if both caller&callee can/n't unwind,
|
||||
// see <https://github.com/rust-lang/rust/pull/113128#issuecomment-1614979803>
|
||||
|
||||
self.eval_fn_call(
|
||||
fn_val,
|
||||
(caller_abi, caller_fn_abi),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue