[2.3.0] - 2025-01-13
Added
- New
Block::add_comment
API to add comments inside blocks;Block::items
is nowVec<BlockItem>
instead ofVec<Statement>
(#25). - New
Type::Zero
for internal zero-sized type representation. (#27) - Debug instruction support with
Instr::DbgFile
andInstr::DbgLoc
for source mapping. (#27)
Changed
- BREAKING: New field
Option<u64>
insideInstr::Call
to specify variadic arguments (#24).
New Contributors
Full Changelog: v2.2.0...v2.3.0