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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
82 B
Plaintext
Raw Normal View History

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