Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// run-pass
#![allow(unused_parens)]
// pretty-expanded FIXME #23616
fn foo() { if (return) { } } //~ WARNING unreachable block in `if`
pub fn main() { foo(); }