Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum Bug {
V1 = return [0][0], //~ERROR return statement outside of function body
}
fn main() {}