We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use std::fmt; use fmt::Write; fn main() { }
compiling this under the 2015 edition says "unused import", but under 2018 edition, it gives both "unresolved import" and "unused import"