mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +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