-
Notifications
You must be signed in to change notification settings - Fork 925
Example Travis config in README does not work #2688
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
Comments
I think it might just need a more up to date rustfmt in the Rust repo, which should happen with today's nightly. |
I use a nightly version rustfmt, but it says |
The Travis config snippet in the README still fails. I added a line (in a different repository) to print version information. Here's the relevant output for the current snippet:
Thus, the change that added It works in nightly, though:
When will the stable version change? Should we switch the config snippet to use nightly? |
Yeah, we should use nightly. Stable should switch at the next release, i.e., 5-ish weeks time |
This is because of the problems related to rustfmt in this issue: rust-lang/rustfmt#2688
This is because of the problems related to rustfmt in this issue: rust-lang/rustfmt#2688
#2683 changed the README Travis config example to use
--write-mode=check
instead of--write-mode=diff
. That's not currently working in Travis. See this build, for example.Is this a matter of waiting for a new version to be stamped or is there something more fundamental wrong?
The text was updated successfully, but these errors were encountered: