Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// error-pattern: non-primitive cast: `u32` as `()`
fn main() { let u = 0u32 as (); }