error[E0391]: unsupported cyclic reference between types/traits detected --> $DIR/issue-23305.rs:15:12 | 15 | impl ToNbt {} | ^^^^ cyclic reference | note: the cycle begins when processing ``... --> $DIR/issue-23305.rs:15:1 | 15 | impl ToNbt {} | ^^^^^^^^^^^^^^^^^^^ = note: ...which then again requires processing ``, completing the cycle. error: aborting due to previous error