mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
2fdf3d9820
the size of `AsyncStruct`'s destructor depends on whether the configured panic strategy is 'unwind' or 'abort' so factor that into the test using conditional compilation fixes rust-lang/rust#140939