Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![warn(unused)]
#![deny(warnings)]
const foo: isize = 3;
//~^ ERROR: should have an upper case name
//~^^ ERROR: constant `foo` is never used
fn main() {}