Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct Foo {
bytes: [u8; std::mem::size_of::<Foo>()]
//~^ ERROR cycle detected when evaluating type-level constant
}
fn main() {}