Static rglua::lua::lua_error[][src]

pub static lua_error: Lazy<extern "C" fn(l: LuaState) -> !>
Expand description

Generates a Lua error. The error message (which can actually be a Lua value of any type) must be on the stack top.T This function does a long jump, and therefore never returns. (see luaL_error).