SteveLauC
SteveLauC
One year ago, I found the weird behavior of this 'reborrow' stuff, I googled a lot and found this issue. And now, I am stuck with match ergonomics. Just like...
Encounter same error here, thanks for your issue:)
Agree, as the [Rust Survey 2019](https://blog.rust-lang.org/2020/04/17/Rust-survey-2019.html) shows, more than half of rust developers are using Linux, so a Linux demo code would definitely be great:)
Same here. Try to enable offline mode following the [tutorial](https://cpp.extension.sh/#offline-mode), finding the popup does not show up at all. * Version: `0.3.1` * Browser: `Chrome 104.0.5112.101 (Official Build) unknown (64-bit)...
> Thanks for the feedback. Try to open `chrome-extension://ifpcmhciihicaljnhgobnhoehoabidhd/popup/index.html`. @tfx2001 @SteveLauC Thanks for the quick response. This works in chrome.
> I think it would be clearer if `unsafe { endgrent() };` would be moved below the loop. Good catch! It should be.
> Oh, not only that, I was talking about creating multiple instances of `GroupIter` on the same thread, then accessing them in such a way that they all get consumed...
Haven't added the changes to `CHANGELOG.md`. Will add it, maybe after #1817 is merged, or there will be a merge conflict.
The CI for fuchsia failed because `setgrent/getgrent/endgrent` are currently not exposed in `libc`. [PR](https://github.com/rust-lang/libc/pull/2910) filed.
> This `setpwent` business sucks. Very un-Rusty. I wonder if it would better just to use the raceless `fgetpwent_r` function instead. I think that's only available on GNU/Linux, but at...