Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn bad (p: *const isize) {
let _q: &isize = p as &isize; //~ ERROR non-primitive cast
}
fn main() { }