unexpected panic in rustc #27320
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I can't show just a snippet of code to crash rustc but I made an special branch in my project with (what I think) is the minimum code required to crash rustc.
This is the full version of the code: ludat/lurri@2ec3223
This is the trimmed down version: ludat/lurri@f0536dd
I suspect that the culprit is the expansion of the
piece
macro in the pattern matching insrc/game.rs
in line 11Also here is the travis build failing
I expected to see this happen: not to crash
Instead, this happened: crashed
Meta
rustc --version --verbose
:Backtrace:
Other: running Arch linux (up to date to 2015-07-27) using the
rust-nightly-bin
package from the aur.The text was updated successfully, but these errors were encountered: