mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
pair_foo = PairFoo { fst: Foo(42), snd: Foo(1337) }
|
|
foo #0 = Foo(42)
|
|
foo #1 = Foo(1337)
|