| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Changes MSRV to 1.42, failing tests updated to match 1.42.
|
|
|
|
this version is more or less fixed so new releases of Rust (stable or nightly
channel) are unlikely to break to build due to changes in diagnostic messages
|
|
We use compiletest to run compile-fail tests but compiletest depends on compiler
internals so it breaks every now and then and requires nightly. With trybuild we
can also run compile-fail tests but it works on stable and it already has
reached version 1.0
|
|
|