We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure what changed, but the travis builds fail with this:
The command "cargo fmt --all -- --write-mode=diff" exited with 0. $ make bloat xargo bloat --target thumbv7m-none-eabi -n 50 Compiling core v0.0.0 (file:///home/travis/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcore) Finished release [optimized + debuginfo] target(s) in 42.60 secs Compiling compiler_builtins v0.1.0 (file:///home/travis/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libcompiler_builtins) Finished release [optimized + debuginfo] target(s) in 4.34 secs error: Invalid arguments. Usage: cargo bloat [options] make: *** [bloat] Error 1
Going to remove it from travis until we figure out what's wrong.
It's working fine for me locally, but I'm not on the latest nightly.
The text was updated successfully, but these errors were encountered:
Looks like this is rust-lang/cargo#5212, and fixed by rust-lang/rust#49182
Sorry, something went wrong.
53164b4
No branches or pull requests
Not sure what changed, but the travis builds fail with this:
Going to remove it from travis until we figure out what's wrong.
It's working fine for me locally, but I'm not on the latest nightly.
The text was updated successfully, but these errors were encountered: