blob: 0fa6ac1dd993cc4b284da6d419b56007172749fa [file] [log] [blame] [edit]
// Check that revisioned `run-rustfix` does not fail with issues related to `.` in crate name.
//@ revisions: foo
//@[foo] run-rustfix
#![deny(unused_variables)]
fn main() {
let _x = 0usize;
//~^ ERROR unused variable: `x`
}