diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2025-06-18 20:22:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 20:22:50 -0400 |
| commit | 2526b01fdd5cbddf9e4d993edca92db411288d14 (patch) | |
| tree | 4c6aa20c4128be089dd1308fed701f3edeb36c80 /compiler/rustc_interface/src/errors.rs | |
| parent | a021227fb5b2d8abc775b8c9b5ab3f9ce3ed0378 (diff) | |
| parent | eee2d7b1016d6f2743c5f61989b28e05fefd9aff (diff) | |
| download | rust-2526b01fdd5cbddf9e4d993edca92db411288d14.tar.gz rust-2526b01fdd5cbddf9e4d993edca92db411288d14.zip | |
Rollup merge of #142606 - azhogin:azhogin/async-drop-without-sync-drop-error, r=oli-obk
AsyncDrop trait without sync Drop generates an error When type implements `AsyncDrop` trait, it must also implement sync `Drop` trait to be used in sync context and unwinds. This PR adds error generation in such a case. Fixes: rust-lang/rust#140696
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
