We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dylib
match_token
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
Compiling this package got error like below:
error[E0464]: multiple candidates for `dylib` dependency `match_token` found --> index.crates.io-1949cf8c6b5b557f/html5ever-0.30.0/src/tree_builder/rules.rs:26:5 | 26 | use match_token::match_token; | ^^^^^^^^^^^ | = note: candidate #1: /opt/Rust/build-dir/debug/deps/libmatch_token-5d0c89fad2624480.dylib = note: candidate #2: /opt/Rust/build-dir/debug/deps/libmatch_token-e28b43c968873f22.dylib
Tried clean && rebuild, it doesn't work. How to fix ?
The text was updated successfully, but these errors were encountered:
I have never seen this error before, sorry. Is it possible you have multiple match_token copies in your Cargo.lock?
Sorry, something went wrong.
NO. either delete/re-generate Cargo.lock or Clean and rebuild the project not work.
delete/re-generate Cargo.lock
Clean and rebuild
I guess it's related to different [host] and [target.'cfg(all)'] in config.toml build options.
[unstable] target-applies-to-host = true host-config = true
[host] rustflags = [...]
[target.'cfg(all())'] rustflags = [...]
Weird, I can't reproduce this with either of these steps.
No branches or pull requests
Compiling this package got error like below:
Tried clean && rebuild, it doesn't work.
How to fix ?
The text was updated successfully, but these errors were encountered: