Edward Pierzchalski

Results 14 comments of Edward Pierzchalski

Just adding my experience that yes, this comes up a fair amount in practice when you're calling a function for which `None` is a valid outcome _for the function_ but...

I'm also running into similar issues with whitespace. Any updates on this issue?

> In any case @pierzchalski you can use cargo-binstall > ``` > cargo binstall --target x86_64-unknown-linux-musl --pkg-url '{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }.tar.gz' sccache >...

Thanks for looking into it! For anyone else who stumbles into this issue, I've had luck building with [muslrust](https://github.com/clux/muslrust).

I too would find this useful. Anything blocking this (beyond the merge conflicts)?

@M1cha @xudongzheng Based on the most recent discussion from #1954, was there any consensus reached on how these two two PRs interact? More specifically, if I had a wired split...

The alternative being to do some target-specific `[cfg]`s in your patched version?

Is there an issue using existing/"boring" `extern static`s? Eg. ```rust pub mod heap { extern { // Static trait object because an anonymous `impl` type can't be simply linked static...

Yeah, fair enough. What's your vision on how the compiler should see an `extern static X: impl Y`? That's spiritually the kind of existential type that an ML-style module system...

I'm hitting this as well: ``` Execution failed for task 'checkReleaseDuplicateClasses'. > 1 exception was raised by workers: java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class scala.annotation.nowarn found in modules scala-collection-compat_2.12-2.2.0.jar (org.scala-lang.modules:scala-collection-compat_2.12:2.2.0) and scala-library-2.12.14.jar...