2018 compatibility lint isn't firing for all imports that need to be rewritten #50660
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-edition-2018
Area: The 2018 edition
F-rust_2018_preview
`#![feature(rust_2018_preview)]`
This code:
on nightly produces no warnings, but to compile in the 2018 edition the
use
statement needs to be rewritten tocrate::
.The text was updated successfully, but these errors were encountered: