`FunctionBuilder::create_stackslot` was split into `create_sized_stack_slot` and `create_dynamic_stack_slot`. This updates the doc in the `StackBuilder` docstring to refer to the new methods. Fixes #5838.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.