Results 226 comments of Simonas Kazlauskas

I think the defmt issue is similar, but ultimately quite different. This issue is entirely about two different, independent, workspace members each having a different `links`-conflicting crate in their dependency...

cargo install now installs into `~/.cargo/bin`.

I have found myself wanting a `-Zminimal-versions=this-crate-only`. That is, it would select minimal versions only for the crates specified in `Cargo.toml` and dependencies of the dependencies would still stay most...

I can. I was just surprised at a very unintuitive message. FWIW I took a revision from master that did not happen to be a merge by bors and it...

I don't think adding API and bumping the patch version is necessarily a violation of semver. Especially because crates specifying `cc = "1"` will still get the most recent cc...

> Should +soft-float be supported? Or should this have given an error? Could go either way. On one hand the SSE hardware is guaranteed to exist on x86_64, on the...

Heh, I didn't realise I needed to be in a list somewhere here; I was a potential reviewer in the past; not sure why I ended up being removed.

```rust { lib, mkShell, allCrates, cargo }: let depsCollector = n: a: a.completeBuildDeps ++ a.completeDeps ++ [a]; allRustDeps = lib.mapAttrsToList depsCollector allCrates; uniqueRustDeps = lib.unique (builtins.concatLists allRustDeps); inputs = builtins.map...

(nb: cargo here is from the mozilla overlay so it does include all the cargo-tools you’d expect)

The change is now in 1.42.0: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html#use-proc_macro:tokenstream;-now-works