-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Rustfmt: 0.9.0 -> 0.99.5 #50960
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
Rustfmt: 0.9.0 -> 0.99.5 #50960
Conversation
Ah and I forgot to mention: I know that 1.0 is released, but our rustc is not nightly enough to build this version. I packaged the latest version I could. |
The ofborg failure seems unrelated. Is master broken ? |
@GrahamcOfBorg build rust-bindgen |
Failure on x86_64-darwin (full log) Attempted: rust-bindgen Partial log (click to expand)
|
Failure on x86_64-linux (full log) Attempted: rust-bindgen Partial log (click to expand)
|
(typo in your commit short message - @GrahamcOfBorg eval |
Failure on aarch64-linux (full log) Attempted: rust-bindgen Partial log (click to expand)
|
rustfmt 1.0 has been released, but requires a more recent rustc.
now that we have a recent enough rustfmt
Sorry for the spurious review, I messed up my rebase.
|
@GrahamcOfBorg build rust-bindgen |
Success on x86_64-linux (full log) Attempted: rust-bindgen Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: rust-bindgen Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: rust-bindgen Partial log (click to expand)
|
The rust error is hopefully fixed, when we merge: #50876 |
Merged, thanks. |
Motivation for this change
the current version of rustfmt is unable to parse code accepted by our current version of rustc.
Also enable tests in
rustc-bindgen
(they were disabled because our version of rustfmt was too old)cc @Ralith and @globin as maintainers.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
): testedcargo fmt
andrustfmt
nix path-info -S
before and after)