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
Describe the bug
The build of the crate fails on macos.
This is the error message:
error[E0308]: mismatched types
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/wry-0.16.1/src/webview/wkwebview/mod.rs:420:12
|
420 | if can_set_titlebar_style {
| ^^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found `i8`
error[E0308]: mismatched types
--> /Users/me/.cargo/registry/src/github.com-1ecc6299db9ec823/wry-0.16.1/src/webview/wkwebview/mod.rs:549:10
|
549 | if can_print {
| ^^^^^^^^^ expected `bool`, found `i8`
For more information about this error, try `rustc --explain E0308`.
error: could not compile `wry` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
Steps To Reproduce
Try to build the crate using cargo build.
Expected behavior
The build should succeed.
Platform and Versions (please complete the following information):
OS: MacOS 12.3.1
Rustc: rustc 1.60.0 (7737e0b5c 2022-04-04)
Would you assign yourself to resolve this bug?
Yes
No
Additional context
The bug seems to have been introduced in eb2dddb.
However I have no idea how it was possible, that this slipped the Github Actions CI?
The text was updated successfully, but these errors were encountered:
Describe the bug
The build of the crate fails on macos.
This is the error message:
Steps To Reproduce
Try to build the crate using
cargo build
.Expected behavior
The build should succeed.
Platform and Versions (please complete the following information):
OS: MacOS 12.3.1
Rustc: rustc 1.60.0 (7737e0b5c 2022-04-04)
Would you assign yourself to resolve this bug?
Additional context
The bug seems to have been introduced in eb2dddb.
However I have no idea how it was possible, that this slipped the Github Actions CI?
The text was updated successfully, but these errors were encountered: