Conversation
It seems not :D the stable compiler test doesn't work |
|
Any idea how we can hack in the Also adding a [build]
rustflags = []does not work, since the config file in the root gets unified with this file. Adding it to the build script also seems not really possible:
|
|
Maybe |
|
It was just changed to stable recently: #3885 I think removing the rust-toolchain file again would be the easiest fix. |
|
sgtm |
|
@bors r+ |
|
📌 Commit 118f7d5 has been approved by |
Enable rustc internal lints Closes #3965 I'm not 100% sure if enabling the `-Zunstable-options` flag in the `.cargo/config` file is the right place.
|
💥 Test timed out |
|
@bors retry |
Enable rustc internal lints Closes #3965 I'm not 100% sure if enabling the `-Zunstable-options` flag in the `.cargo/config` file is the right place.
|
☀️ Test successful - checks-travis, status-appveyor |
Closes #3965
I'm not 100% sure if enabling the
-Zunstable-optionsflag in the.cargo/configfile is the right place.