-
Notifications
You must be signed in to change notification settings - Fork 925
Compile error on darwin: proc-macro derive panicked #1573
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
Here's the output of the same command ran with |
This seems unlikely to be platform-specific. Looks like an error in the |
This might be useful to bisect the issue - https://github.com/Mark-Simulacrum/bisect-rust |
The homebrew Rust distribution is hosed. You need to uninstall with homebrew and reinstall with rustup. See rust-lang/rust#39870. |
Yeah, switching to rustup helped. Thanks @dtolnay. Closing, since it's not a rustfmt feature. |
This should no longer be a problem in Homebrew due to Homebrew/homebrew-core#14490. |
Attempting to run
cargo install rustfmt
on OSX Sierra 10.12.5 withrustc 1.17.0
produces the following output:The text was updated successfully, but these errors were encountered: