]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/memleak_rc.stderr
Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk
[rust.git] / src / tools / miri / tests / fail / memleak_rc.stderr
1 The following memory was leaked: ALLOC (Rust heap, size: 32, align: 8) {
2     0x00 │ 01 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 │ ................
3     0x10 │ 00 00 00 00 00 00 00 00 ╾$HEX[a1765]<TAG>─╼ │ ........╾──────╼
4 }
5
6 error: the evaluated program leaked memory
7
8 note: pass `-Zmiri-ignore-leaks` to disable this check
9
10 error: aborting due to previous error
11