-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable rustc internal lints #3966
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-options
flag in the.cargo/config
file is the right place.