Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait T1 : T2 {
//~^ ERROR cycle detected
}
trait T2 : T1 {
fn main() { }