Closed dwijnand closed 6 years ago
CI should fail if the file is present and the user has explicitly provided rust versions.
Pinning nighties is a common use case for this and CI should allow that.
@Manishearth I agree, although I think that's probably a better thing to do in an editable template (like this repo) than in the application logic of the CI software. Sometimes you have to do weird things :P.
Quoting from https://twitter.com/Sunjay03/status/997336553528610816:
Summary of the thread at this time:
cargo +nightly build
, overriding the pin from rust-toolchain/cc @sunjay, @manishearth, @llogiq, @anp