rust/tests/ui/async-await/async-drop/async-drop-box-allocator.run.stdout
2025-07-25 13:19:43 -07:00

7 lines
82 B
Plaintext

Foo::new() : 7
Foo::drop() : 7
Middle
Foo::new() : 10
Foo::async drop() : 10
Done