rust/tests/run-pass/box-pair-to-vec.stdout

4 lines
88 B
Plaintext
Raw Normal View History

2018-11-19 03:26:40 -06:00
pair_foo = PairFoo { fst: Foo(42), snd: Foo(1337) }
foo #0 = Foo(42)
foo #1 = Foo(1337)