Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn f(_: &[f32]) {}
fn main() {
() + f(&[1.0]);
//~^ ERROR cannot add `()` to `()`
}