| error: memory leaked: ALLOC (C heap, size: 0, align: 1), allocated here: | |
| --> tests/fail-dep/libc/malloc_zero_memory_leak.rs:LL:CC | |
| | | |
| LL | let _ptr = libc::malloc(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 | |