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
I'm using the most recent nightly (rustc 1.17.0-nightly (0648517 2017-02-03)), however this is also reproducable with rustc 1.16 using the Playground (https://is.gd/QYkYTk).
I don't know much about how rustc works but I think the problem is somewhere in the conversion from MIR to LLVM IR because generating MIR works.
The text was updated successfully, but these errors were encountered:
There is a bug in the compiler which causes it to crash when I try to iterate through a recursive structure (using
flat_map
):Here's my code:
Version
I'm using the most recent nightly (
rustc 1.17.0-nightly
(0648517 2017-02-03)), however this is also reproducable withrustc 1.16
using the Playground (https://is.gd/QYkYTk).I don't know much about how rustc works but I think the problem is somewhere in the conversion from MIR to LLVM IR because generating MIR works.
The text was updated successfully, but these errors were encountered: