Files
rust/tests/ui/async-await/async-drop/async-drop-box.run.stdout

7 lines
76 B
Plaintext
Raw Permalink Normal View History

2025-07-08 15:57:15 -07:00
Foo::new() : 7
Foo::drop() : 7
Middle
Foo::new() : 10
Foo::drop() : 10
Done