Fix doc text
This commit is contained in:
parent
e5799a6af3
commit
e15d374dda
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pub trait Machine<'tcx>: Sized {
|
|||
/// Entry point to all function calls.
|
||||
///
|
||||
/// Returns Ok(true) when the function was handled completely
|
||||
/// e.g. due to missing mir or
|
||||
/// e.g. due to missing mir
|
||||
///
|
||||
/// Returns Ok(false) if a new stack frame was pushed
|
||||
fn eval_fn_call<'a>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue