-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
With the following error:
error[E0308]: mismatched types
--> /data/data/com.termux/files/home/.cargo/registry/src/index.crates.io-6f17d22bba15001f/audiopus_sys-0.2.2/build.rs:83:33
|
83 | fn default_library_linking() -> bool {
| ----------------------- ^^^^ expected `bool`, found `()`
| |
| implicitly returns `()` as its body has no tail or `return` expression
For more information about this error, try `rustc --explain E0308`.
error: could not compile `audiopus_sys` (build script) due to previous error
It's the same regardless of any enabled features (happens with dynamic
and with static
)
Metadata
Metadata
Assignees
Labels
No labels