Scott Schafer

Results 37 comments of Scott Schafer

I don't think just updating `cargo` will help. It will make it so it won't error when encountering workspace inheritance but it won't actually check for updates in `[workspace.dependencies]`.

I'm sorry that I won't be able to help as I'm not a maintainer of this repository, so I have no ability to accept or reject this PR. That being...

I spent some time looking into this and genuinely can't tell why that is happening. I ran `docker pull i386/rust:1.75.0` locally, and it worked. If you rerun the CI jobs,...

> Now they're published on Docker Hub once again, thankfully to [rust-lang/docker-rust#175](https://github.com/rust-lang/docker-rust/pull/175). However, still missing on GitHub Container Registry, though. Sadly, we haven't figured out how to switch the repo...

Going to close in favor of #13837, as it contains the addition of an `unknown_lints` lint

#13833 supersedes this

Can you share the repo where this happened or create an example? It would help in debugging what is going on.

Compile times are a sensitive area and increasing them in any way is always a worry. I ran a test on my machine (M1 Max chip 32GB ram) against a...

I thought about suggesting `--workspace` and `--workspace --members foo,bar` but I didn't love that. It could be changed to `--inherit` and `--inherit --members foo,bar`

In that case, do we go with `--inherit` and `--workspace`?