pub unsafe extern "C" fn error(state: lua_State) -> !
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. This function does a long jump, and therefore never returns. (see luaL_error
).