]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=Centril
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 5 Jul 2019 18:26:58 +0000 (20:26 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Jul 2019 18:26:58 +0000 (20:26 +0200)
commit30aa2450e16f2454193b3c501ca154008dc9e67a
tree20b6f77d5f848f3a2e570ad45296fc7878ed30f0
parent2e86c006f73c6facd38bf82ffd502dcff3864c28
parent61ddf5e85cdc46cff8617088594d7916d597e87e
Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=Centril

Create async version of the dynamic-drop test

Some of the tests in dynamic-drop have been cut:
* The tests that are just simpler versions of other tests - these tests are already fairly slow due to all of the unwinding and async functions have more control flow paths than normal functions.
* The union test - it's for an unstable feature that has an RFC to remove it.
* The generator test - there aren't async generators yet.
* The tests that show values being leaked - these can be added once the issue is fixed.

r? @Centril
cc  #62121 @cramertj