Skip to content
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

Stop using deprecated "-Z" rustc-flag to reduce Travis Spam #862

Closed
juleskers opened this issue Apr 5, 2017 · 3 comments
Closed

Stop using deprecated "-Z" rustc-flag to reduce Travis Spam #862

juleskers opened this issue Apr 5, 2017 · 3 comments

Comments

@juleskers
Copy link
Contributor

I just checked the Travis logs because my PR didn't build, and was greeted, among others, with 266 copies of

warning: the option Z is unstable and should only be used on the nightly compiler, but it is currently accepted for backwards compatibility; this will soon change, see issue #31847 for more details

The warning references RustC issue #31847, which says we shouldn't pass unstable debug flags to stable compilers.

The rust-by-example makefile specifies -Z no-trans, I presume for speed reasons?
Is this something that should maybe be reconsidered?

@steveklabnik
Copy link
Member

The rust-by-example makefile specifies -Z no-trans, I presume for speed reasons?
Is this something that should maybe be reconsidered?

yes, it should be cargo check now instead.

In genearl all of the RBE build stuff is very out of date :/

@titanous
Copy link
Contributor

titanous commented Jun 9, 2017

I think this was fixed by #872.

@juleskers
Copy link
Contributor Author

Jup, it was! Thanks for paying attention!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants