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.