dynamic-arena 0.1.6

Dynamically typed arenas, supporting any `Sized` type.
Documentation
1
2
3
4
5
#[test]
fn compile_test() {
    let tests = trybuild::TestCases::new();
    tests.compile_fail("tests/compile-fail/invalid_drop_counted.rs");
}