You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0392]: parameter `'this1` is never used
--> src/lib.rs:1:1
|
1 | #[ouroboros::self_referencing]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unused parameter
|
= help: consider removing `'this1`, referring to it in a field, or using a marker such as `PhantomData`
= note: this error originates in the attribute macro `ouroboros::self_referencing` (in Nightly builds, run with -Z macro-backtrace for more info)
The text was updated successfully, but these errors were encountered:
This works in v0.17.2:
but in v0.18 it gives the following error:
The text was updated successfully, but these errors were encountered: