Orson Peters
                                            Orson Peters
                                        
                                    Testing my pull request for this made me uncover this issue: https://github.com/rust-lang/cargo/issues/9219.
Not covered in my pull request: - A fix for the aforementioned issue for `jobs = 0` in the `.cargo/config`. - Documentation for the new parameter behavior - I already...
I ran into this today as well, would love it if it returned a proper error instead.
I reported this to the MSYS guys who say it will be fixed tomorrow.
I'm willing to use unbuffered IO, however I have no interest in the command line interface test program or the makefile that comes with it. That's a bunch more code...
I would like to +1 this issue, still a problem as of today. Several minutes wasted checking disk space.
Yes, my idea is a strict superset of BFS as `fd X --sort-by-dist X` is equivalent to BFS searching in `X`. But it's more flexible than that (although if implemented...
Reproduced today :(
> As was also started in the internals thread, I am of the opinion this doesn't need an RFC. It's said [here](https://github.com/rust-lang/rfcs/blob/master/libs_changes.md#is-an-rfc-required) to submit an RFC if it is a...
A possible enhancement might be to return `Option` where `A: FromArray` instead, and adding the `FromArray` trait, something similar to this: ```rust trait FromArray { fn from_array(array: [T; N]) ->...