blob: d1167d7d4861a088720285d67cdd2bd115cb5a9c [file] [log] [blame]
//@ run-rustfix
#![deny(unused_imports)]
// Check that attributes get removed too. See #87973.
//~^ ERROR unused import
fn main() {}