Anton Patrushev
Anton Patrushev
> Since its been about a year at this point, I sent quadrupleslap an email just in case they have github notifications turned off or filtered in their email client....
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.
Have you an idea about versions of LLVM/rustc which is definitely working?
Nope. There is nothing about dropping Dropper in log.
Probably that means that it is not frontend/rustc problem, but llvm one?
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.
I came across this problem multiple times in different projects. In many situations project authors recommends to avoid using `ipdb`. Unfortunately we have not much choices around. I decided to...
The other approach already merged to embedded-hal: https://github.com/rust-embedded/embedded-hal/issues/29
It is still there (linux, debian): ```bash $ coreutils touch no-file/ touch: cannot touch 'no-file/': Is a directory $ coreutils --help | grep multi coreutils 0.0.25 (multi-call binary) ```
Seems that this issue can be closed or needs more information. MacOS: ```bash umask && rmdir d e; \ coreutils mkdir -m + d && \ mkdir -m + e...