Skip to main content

LUA_ID_SIZE

Constant LUA_ID_SIZE 

Source
pub const LUA_ID_SIZE: usize = 60;
Expand description

Maximum length of a chunk source identifier in error messages. Matches LUA_IDSIZE in upstream luaconf.h.