Commit d92462b3 authored by Michael Müller's avatar Michael Müller Committed by Hero Bird
Browse files

Deprecate CellChunkAlloc for DynAlloc (#186)

* Replace CellChunkAlloc with DynAlloc

* Remove CellChunkAlloc

* Satisfy linter

* Replace CellChunkAlloc with DynAlloc

* Remove CellChunkAlloc

* Satisfy linter

* Do not initialize env for each call

* Fix typo

* Remove tests which panick while panicking

These tests test for panicks. The issue is that
the `Drop` implementation for `BitVec` will be
called during the unwinding, this `Drop`
implementation will try to access uninitialized
fields and panick as well.
parent 53fa4d58
Pipeline #52956 failed with stages
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment