You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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>
, foundFxBuildHasher
| |
| 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 errorwarning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered: