Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// compile-flags: -Znext-solver
// check-pass
struct Foo(*mut ());
unsafe impl Sync for Foo {}
fn main() {}