Migration lint for use crate::...
has incorrect suggestions for braced use
#50673
Labels
use crate::...
has incorrect suggestions for braced use
#50673
The following code:
yields:
but when rustfix automatically applies the suggestions they end up breaking compilation because the suggested fix isn't syntactically valid
The text was updated successfully, but these errors were encountered: