You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I just checked the Travis logs because my PR didn't build, and was greeted, among others, with 266 copies of
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?
The text was updated successfully, but these errors were encountered: