Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-rustfix
pub fn missing -> () {}
//~^ ERROR missing parameters for function definition
pub fn missing2 {}
fn main() {}