-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropper was not dropped in how_to_ontop example #38
Comments
Well, it seems to be the same problem as #37 . |
On stable rust example working until the end without crash, but Dropper is not dropped. I was not sure and decided to create the separate issue. |
In this example, I uses In the other issue, the program crashes when calling to |
Have you an idea about versions of LLVM/rustc which is definitely working? |
I think those rustc versions in 2017 works. |
Nope. There is nothing about dropping Dropper in log. |
Yes, my fault. |
Probably that means that it is not frontend/rustc problem, but llvm one? |
I think so. |
Maybe we have missed some registers that |
I suppose that at the beginning this example works as expected, so the good idea is to find environment to reproduce working instance and find the difference in generated code. |
This comment has been minimized.
This comment has been minimized.
No, sorry. It is not working. I have compiled a wrong piece of code. |
Older version of cargo is not working with the latest crates-io. Cannot test those versions that are any older than 1.20.0. |
I tried how_to_ontop example and found that dropper is not dropped - no message presented in log:
I tried to switch toolchain to an older one, but did not find working till 1.24.0.
The text was updated successfully, but these errors were encountered: