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

6 lines
82 B
Text

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