Skip to content
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

Remove plugin = true in Cargo.toml #2

Merged
merged 1 commit into from
Jul 19, 2015
Merged

Conversation

SimonSapin
Copy link
Contributor

Macros are not plugins. plugin = true causes this error when building a static library that (recursively) depends on debug-unreachable:

error: dependency `debug_unreachable` not found in rlib format
error: aborting due to previous error

Macros are not plugins. `plugin = true` causes this error when building a static library that (recursively) depends on debug-unreachable:

```
error: dependency `debug_unreachable` not found in rlib format
error: aborting due to previous error
@reem
Copy link
Owner

reem commented Jul 19, 2015

Thanks! Will update crates.io tomorrow when on a computer.

reem added a commit that referenced this pull request Jul 19, 2015
Remove `plugin = true` in Cargo.toml
@reem reem merged commit ab5e296 into reem:master Jul 19, 2015
@SimonSapin SimonSapin deleted the patch-1 branch July 19, 2015 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants