]> git.proxmox.com Git - rustc.git/blame - src/test/ui/resolve/issue-23305.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / resolve / issue-23305.stderr
CommitLineData
f9f354fc 1error[E0391]: cycle detected when computing type of `<impl at $DIR/issue-23305.rs:5:1: 5:24>`
dc9dc135 2 --> $DIR/issue-23305.rs:5:16
32a655c1 3 |
dc9dc135
XL
4LL | impl dyn ToNbt<Self> {}
5 | ^^^^
8bb4bdeb 6 |
94222f64 7 = note: ...which immediately requires computing type of `<impl at $DIR/issue-23305.rs:5:1: 5:24>` again
0731742a
XL
8note: cycle used when collecting item types in top-level module
9 --> $DIR/issue-23305.rs:1:1
10 |
11LL | pub trait ToNbt<T> {
12 | ^^^^^^^^^^^^^^^^^^
32a655c1 13
041b39d2 14error: aborting due to previous error
32a655c1 15
0531ce1d 16For more information about this error, try `rustc --explain E0391`.