stefson opened PR #1231 from master
to master
:
this fixes the following error:
error[E0308]: try expression alternatives have incompatible types --> crates/wasi-common/yanix/src/file.rs:247:23 | 247 | let offset: i64 = Errno::from_result(libc::lseek(fd, 0, libc::SEEK_CUR))?; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | | | expected `i64`, found `i32` | help: you can convert an `i32` to `i64`: `Errno::from_result(libc::lseek(fd, 0, libc::SEEK_CUR))?.into()`
- [ ] This has been discussed in issue #1219
@kubkon wanted to help me a bit with his, therefore tagging you along
stefson closed without merge PR #1231.
Last updated: Nov 22 2024 at 16:03 UTC