]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/issue-23305.stderr
New upstream version 1.19.0+dfsg3
[rustc.git] / src / test / ui / resolve / issue-23305.stderr
CommitLineData
8bb4bdeb 1error[E0391]: unsupported cyclic reference between types/traits detected
32a655c1
SL
2 --> $DIR/issue-23305.rs:15:12
3 |
415 | impl ToNbt<Self> {}
8bb4bdeb
XL
5 | ^^^^ cyclic reference
6 |
7note: the cycle begins when processing `<impl at $DIR/issue-23305.rs:15:1: 15:20>`...
8 --> $DIR/issue-23305.rs:15:1
9 |
1015 | impl ToNbt<Self> {}
11 | ^^^^^^^^^^^^^^^^^^^
12 = note: ...which then again requires processing `<impl at $DIR/issue-23305.rs:15:1: 15:20>`, completing the cycle.
32a655c1 13
7cac9316 14error: aborting due to previous error(s)
32a655c1 15