mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 06:50:35 +00:00
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