Constant move_binary_format::file_format_common::VERSION_2
source · pub const VERSION_2: u32 = 2;
Expand description
Version 2: changes compared with version 1
- function visibility stored in separate byte before the flags byte
- the flags byte now contains only the is_native information (at bit 0x2)
- new visibility modifiers for “friend” and “script” functions
- friend list for modules