error[E0391]: cyclic dependency detected --> $DIR/issue-23305.rs:15:12 | LL | impl ToNbt {} | ^^^^ cyclic reference | note: the cycle begins when processing ``... --> $DIR/issue-23305.rs:15:1 | LL | impl ToNbt {} | ^^^^^^^^^^^^^^^^ = note: ...which then again requires processing ``, completing the cycle. error: aborting due to previous error For more information about this error, try `rustc --explain E0391`.