Using rustfmt-nightly v0.1.3 and rust nightly 1.19.0-nightly (258ae6dd9 2017-06-15)
whenever I try to run rustfmt I get this error
dyld: Library not loaded: @rpath/libsyntax-714ca9b0aa3bf580.dylib
Referenced from: /Users/Khaled/.cargo/bin/rustfmt
Reason: image not found
Abort trap: 6
Although that cargo fmt seems to work
Using
rustfmt-nightly v0.1.3and rust nightly1.19.0-nightly (258ae6dd9 2017-06-15)whenever I try to run
rustfmtI get this errorAlthough that
cargo fmtseems to work