-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Description
I'm having an issue when trying to build on macOS:
rustc --version
rustc 1.16.0
cargo --version
cargo-0.17.0-dev (f9e5481 2017-03-03)
cargo build --release
Produces:
Compiling librespot v0.1.0 (file:///Users/don/src/home/librespot)
error: custom derive attribute panicked
--> src/apresolve.rs:11:24
|
11 | #[derive(Clone, Debug, Serialize, Deserialize)]
| ^^^^^^^^^
|
= help: message: proc_macro::__internal::with_parse_sess() called before set_parse_sess()!
error: Could not compile `librespot`.
Sorry if there's an obvious problem here as I'm not proficient in Rust :)
Metadata
Metadata
Assignees
Labels
No labels