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

When add new cargo add tonlib-client tonlib-core it has error like this #136

Open
jackbbhua opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@jackbbhua
Copy link

error[E0308]: mismatched types
--> /Users/apple/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tl-proto-proc-0.4.7/src/scheme_loader.rs:109:36
|
109 | self.all_ids = self.scheme.compute_all_ids();
| ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected BuildHasherDefault<FxHasher>, found FxBuildHasher
| |
| expected due to the type of this binding
|
= note: expected struct HashMap<_, (ConstructorKind, &'a Constructor<'s>), BuildHasherDefault<FxHasher>>
found struct HashMap<_, (ConstructorKind, &Constructor<'_>), rustc_hash::FxBuildHasher>

For more information about this error, try rustc --explain E0308.
error: could not compile tl-proto-proc (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

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

No branches or pull requests

1 participant