]> git.lizzy.rs Git - rust.git/commit
Test that async blocks are UnwindSafe
authorArpad Borsos <arpad.borsos@sentry.io>
Wed, 21 Dec 2022 12:41:28 +0000 (13:41 +0100)
committerArpad Borsos <arpad.borsos@sentry.io>
Wed, 21 Dec 2022 12:41:28 +0000 (13:41 +0100)
commitb60281f472b22d1787d5e8fcea1a7fb4a061b956
treed38bc8d828ed472bde67d3ae2b237c89e2342d0f
parent1d12c3cea30b8ba4a09650a9e9c46fe9fbe25f0b
Test that async blocks are UnwindSafe

This was a regression from the reverted #105250 which is now covered by a test.
src/test/ui/async-await/async-is-unwindsafe.rs [new file with mode: 0644]
src/test/ui/async-await/async-is-unwindsafe.stderr [new file with mode: 0644]