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
Yep, rustfmt currently returns non-zero status only when command line arguments are invalid. I think this is a duplicate of #150. I am working on it (#897 is prerequisite) :)
Shouldn't this return a non-zero exit code?
(note: stderr and stdout are both present in the above)
This is:
a.rs
https://play.rust-lang.org/?gist=72b057fbddf6d3c34152ab70b0ef8abf&version=stable&backtrace=2
rustfmt commit tested: d9ccec6
$ rustc -Vv
!! executing '/home/zazdxscf/build/1nonpkgs/rust/rust//x86_64-unknown-linux-gnu/stage2/bin//rustc' with args: '-Vv'
rustc 1.9.0-dev (f2285bd 2016-04-02)
binary: rustc
commit-hash: f2285bd
commit-date: 2016-04-02
host: x86_64-unknown-linux-gnu
release: 1.9.0-dev
Affects: rust-lang/rust-playpen#194
(
But that should probably discard the stderr output, rather than depend on a potential exit code, right?nope)The text was updated successfully, but these errors were encountered: