#[deprecated]
on use statements is silently ignored
#130029
Labels
#[deprecated]
on use statements is silently ignored
#130029
The following code gives no deprecation warning on
use other_crate::Thing;
but also nouseless_deprecated
error:I think it would make sense to allow deprecation of use statements, but if there's a reason not to allow this, then
useless_deprecated
should be emitted.The text was updated successfully, but these errors were encountered: