TDA283-compiler-construction / project

Material for TDA283 / DIT300 Compiler Construction
11 stars 27 forks source link

Add the rust nightly toolchain to the test suite Docker image #2

Closed hulthe closed 5 years ago

hulthe commented 5 years ago

The rust nightly branch enables unstable features, some of which extend the syntax for pattern matching, which our compiler relies on.

This addition does not change the behaviour of cargo or rustc, other than allowing cargo +nightly-commands.