mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Fix doc text
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user