Closed
Description
The current algorithm only considers literal drop(..);
calls, which means that things like use core::mem::drop as foo; foo(..);
are ignored.
@rustbot claim
The current algorithm only considers literal drop(..);
calls, which means that things like use core::mem::drop as foo; foo(..);
are ignored.
@rustbot claim