]> git.lizzy.rs Git - rust.git/blob - tests/fail/stacked_borrows/issue-miri-1050-1.stderr
pointer tag tracking: on creation, log the offsets it is created for
[rust.git] / tests / fail / stacked_borrows / issue-miri-1050-1.stderr
1 error: Undefined Behavior: ALLOC has size 2, so pointer to 4 bytes starting at offset 0 is out-of-bounds
2   --> RUSTLIB/alloc/src/boxed.rs:LL:CC
3    |
4 LL |         Box(unsafe { Unique::new_unchecked(raw) }, alloc)
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ALLOC has size 2, so pointer to 4 bytes starting at offset 0 is out-of-bounds
6    |
7    = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
8    = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
9    = note: backtrace:
10    = note: inside `std::boxed::Box::<u32>::from_raw_in` at RUSTLIB/alloc/src/boxed.rs:LL:CC
11    = note: inside `std::boxed::Box::<u32>::from_raw` at RUSTLIB/alloc/src/boxed.rs:LL:CC
12 note: inside `main` at $DIR/issue-miri-1050-1.rs:LL:CC
13   --> $DIR/issue-miri-1050-1.rs:LL:CC
14    |
15 LL |         Box::from_raw(ptr as *mut u32);
16    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17
18 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
19
20 error: aborting due to previous error
21