Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ compile-flags: -Znext-solver
//@ check-pass
fn foo(x: f64) {
let y = x + 1.0;
}
fn main() {}