mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
8c1ea9fa01
Temporaries created inside the expansion of `.await` will be dropped and need no checking. Looking inside the expansion will trigger false positives. changelog: [`significant_drop_in_scrutinee`]: do not falsely warn for temporaries created by `.await` expansion Fix #13927