Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const A: i32 = B; //~ ERROR cycle detected
const B: i32 = A;
fn main() { }