blob: 5da35fa4769ddab6d710d293684e9467aa7ec6dc [file] [log] [blame]
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