I got the rust compiler to crash. File bug?

Hi,

I have created a small command line application for viewing markdown files.
It uses the rocket.rs web framework. The last couple of days I've struggled to get it to compile.

Today, i tested some more, and managed to get the compiler to crash both on my computer (windows 10) and on travis-ci (Travis CI - Test and Deploy Your Code with Confidence).

Do you believe that it is a compiler bug, as the text suggests?
I have tried both 2018-10-25 and 2018-10-19 compilers. They both fail.

Should I file a bug report?

I am very much a rust beginner, so I may have done a lot of things that are completly wrong.

Yes, in general it's useful to report crashes/panics of the compiler, especially when the latest nightly fails.

Report it here:

This particular error may have been reported already: const-eval ICE: allocation missing in dead_alloc_map · Issue #55287 · rust-lang/rust · GitHub

2 Likes

The issue has been fixed.
The build is green again!

(Travis CI - Test and Deploy Your Code with Confidence)

2 Likes