| error: memory leaked: ALLOC (C heap, size: 0, align: 2), allocated here: | |
| --> tests/fail-dep/libc/aligned_alloc_size_zero_leak.rs:LL:CC | |
| | | |
| LL | aligned_alloc(2, 0); | |
| | ^^^^^^^^^^^^^^^^^^^ | |
| note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace | |
| note: set `MIRIFLAGS=-Zmiri-ignore-leaks` to disable this check | |
| error: aborting due to 1 previous error | |