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