Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
enum Test {
Foo = 0
}
fn main() {
let _x = Test::Foo as *const isize;
//~^ ERROR casting `Test` as `*const isize` is invalid