``` 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"