Eric Huss
Eric Huss
@WaffleLapkin To move this along, would it be possible to split this PR up a little so it doesn't get hung up? In particular, I think it would move things...
I don't think 1 billion is an accurate representation of the precision or probability that the sub-second time will be 0. Different systems and filesystems have different precision. For example,...
You can also copy any of the ` https://github.com/rust-lang-ci/rust/actions/runs/...` links in the logs above (sorry I didn't make them clickable). Just beware the logs get deleted (90 days?).
Ugh, the auto-assignment is always going to tag me, but I don't want to be responsible for managing these updates. I'll assign to Mark, but if someone else wants to...
See the explanation in #127890 (specifically, this is an LTO problem for x86_64-pc-windows-gnu). The pin was placed in rustc_ast presumably as a convenience, but the real problem is with the...
I'm wondering, have you seen the documentation at https://rust-lang.github.io/cargo-bisect-rustc/? I'm a little reluctant to add lots of examples here, since there are many different workflows. What do you think of...
@Ericson2314 Can you say why you feel that artifact dependencies subsumes this? It seems like they do something different. @Eh2406 Can you say more about why this is closed? Artifact-dependencies...
Yes, `build.rs` can run them. But that is relevant to *build-dependencies*. This issue is about *dev-dependencies*, and providing the user a means to run them manually on the CLI. I...
Yea, that section doesn't look correct to me (even back to 1.0, mixing seems to be allowed to some degree).
BTW, new pages need to be added to `src/SUMMARY.md`.