kellda
kellda
Maybe not more used before, but `concat!` also works and may be easier
Seems it moved since: https://github.com/rust-lang/rustlings/tree/3.0.0/exercises
Most of the errors above seems to be because * musl doesn't support some standard C functions or at least libc doesn't define them for musl * the function has...
I would sugest taking a look at https://github.com/uutils/coreutils
What about `rustup --version` or `rustup +toolchain --version` ?
I'm still unsure what is the right behaviour: which commands of the following should install a toolchain ? - `rustup --version` - `rustup +toolchain --version` - `rustup show` - `rustup...
cc #1250 for the tests cc #2252 for always installing toolchains
> I can almost imagine that as rustup toolchain install . I think `rustup toolchain install .` may be confusing, as I would think `.` should be a toolchain or...
I think the only way to fix this is to have bors force-push the squased commit to the PR's branch
I'm not sure to understand the problem. Do you mean that the "fix verbatim with upstream dependencies" commit should not belong to bors ? If that's what you mean, then...