Files
rust/compiler
Guillaume Gomez 20a4529124 Rollup merge of #156103 - Unique-Usman:ua/fixe0040, r=mejrs
Fix E0040 suggestion for explicit `Drop::drop` UFCS calls

`Drop::drop(&mut f)` now correctly suggests `drop(f)` instead of the bare `drop` with no argument.

Fix: rust-lang/rust#156017
2026-05-05 02:50:11 +02:00
..
2026-04-08 21:09:07 +02:00