error[E0391]: cycle detected when processing `` --> $DIR/issue-23305.rs:5:12 | LL | impl ToNbt {} | ^^^^ | = note: ...which again requires processing ``, completing the cycle note: cycle used when collecting item types in top-level module --> $DIR/issue-23305.rs:1:1 | LL | pub trait ToNbt { | ^^^^^^^^^^^^^^^^^^ error: aborting due to previous error For more information about this error, try `rustc --explain E0391`.