Fix no_std build.
This commit is contained in:
parent
4120e3c88e
commit
0b49865f29
@ -366,7 +366,7 @@ impl Engine {
|
|||||||
) -> Result<Dynamic, Box<EvalAltResult>> {
|
) -> Result<Dynamic, Box<EvalAltResult>> {
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
fn make_error(
|
fn make_error(
|
||||||
name: String,
|
name: crate::stdlib::string::String,
|
||||||
fn_def: &crate::ast::ScriptFnDef,
|
fn_def: &crate::ast::ScriptFnDef,
|
||||||
state: &State,
|
state: &State,
|
||||||
err: Box<EvalAltResult>,
|
err: Box<EvalAltResult>,
|
||||||
|
Loading…
Reference in New Issue
Block a user