]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/track-alloc-1.rs
Auto merge of #104915 - weihanglo:update-cargo, r=ehuss
[rust.git] / src / tools / miri / tests / pass / track-alloc-1.rs
1 // Ensure that tracking early allocations doesn't ICE Miri.
2 // Early allocations are probably part of the runtime and therefore uninteresting, but they
3 // shouldn't cause a crash.
4 //@compile-flags: -Zmiri-track-alloc-id=1
5 //@normalize-stderr-test: "[48] bytes" -> "SIZE bytes"
6 fn main() {}