]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/box.stdout
Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se
[rust.git] / src / tools / miri / tests / pass / box.stdout
1 pair_foo = PairFoo { fst: Foo(42), snd: Foo(1337) }
2 foo #0 = Foo(42)
3 foo #1 = Foo(1337)