Open TylerBloom opened 5 months ago
@TylerBloom is this reproducible on 1.0.0-beta.6
?
Using that, I get a compile-time panic:
proc-macro derive panicked
message: not yet implemented: https://github.com/JelteF/derive_more/issues/142
Can you share codesnipped that causes this warning?
Also could you try with this PR: https://github.com/JelteF/derive_more/pull/377 That should solve the "not yet implemented" error.
While using the Rust beta release, I got a some warning around derived
Display
impls. The exact warning message is below:In the message, they link to an tracking issue.
Because this is on the beta channel, this warning will soon be on by default for anyone that updates their stable Rust version. I thought I would rise the issue now, and maybe it can be addressed before you get a much of duplicate issues.