2022-10-27 16:18:26 -05:00
|
|
|
error: `Self` is not valid in the self type of an impl block
|
|
|
|
--> $DIR/issue-23305.rs:5:16
|
2016-11-30 16:35:25 -06:00
|
|
|
|
|
2019-05-28 13:46:13 -05:00
|
|
|
LL | impl dyn ToNbt<Self> {}
|
2022-10-27 16:18:26 -05:00
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= note: replace `Self` with a different type
|
2016-11-30 16:35:25 -06:00
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2016-11-30 16:35:25 -06:00
|
|
|
|