1
Fork 0

Fix doc text

This commit is contained in:
Oliver Schneider 2017-07-28 10:16:19 +02:00
parent e5799a6af3
commit e15d374dda
No known key found for this signature in database
GPG key ID: A69F8D225B3AD7D9

View file

@ -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>(