rust-assert-no-alloc
rust-assert-no-alloc copied to clipboard
Fix nested assert_no_alloc and permit_alloc
It should be possible to compose the functions so that assert_no_alloc(|| permit_alloc(|| assert_no_alloc(|| ...))) causes allocations in the ... part to trigger a panic.