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
Thanks for providing the steps to reproduce missing from the previous issue.
So this is definitely a duplicate of #110829 so I'll close it as such, but this issue will be fixed by #110833 and should land soon (it almost did 2 days ago, it only needs a few tests updated).
If you want, you can try it today with rustup-toolchain-install-master of 28bd1d3010201044fa44005fae674a82a8868cbf and building with that +28d... toolchain. I've tested that serde_traitobject builds in release mode with that rustc try build.
Feel free to reopen if it somehow persists after that PR has landed. Thanks for opening the issue!
I tried this code:
Pull the code from master branch of https://github.com/alecmocatta/serde_traitobject
I expected to see this happen: code compiles
Instead, this happened: compilation fails
Meta
rustc --version --verbose
:Command
Details
This is actually a follow-up issue of #113148, especially a response to the comment #113148 (comment) by @lqd
Actually, if I build https://github.com/alecmocatta/serde_traitobject with
--release
flag, then the same bug can be reproduced as from the issue #113148Backtrace
The text was updated successfully, but these errors were encountered: