scentini

Results 33 comments of scentini

Hey @bsilver8192 do you have a timeline for pushing this PR through? I believe my https://github.com/bazelbuild/rules_rust/pull/1926 has introduced some merge conflicts. Upcoming work on supporting `no_std` builds is going to...

@bsilver8192 if you rebase and move forward with the review, I could work on clearing the Windows hurdles. Alternatively I'm also happy to take over the PR.

Thanks a lot @bsilver8192 , I'll target to fix the windows failures this week.

Yeah, I think creating symlinks to compile data will work.

I wouldn't call it a bug, but rather an unsupported scenario. We don't support building the standard library from source out of the box, although it's possible to define a...

@P1n3appl3 I believe Fuchsia has interest in using rustdoc. Could you share some context here on whether what @UebelAndre is proposing works for you, or any other constrains that we...

If I read the code correctly, this would require listing every `rust_library` in `rust_doc.crates`. I think it might be better to investigate using an aspect to generate the docs and...

@gregce @katre it seems like the issue here is `genquery`'s sensitivity to loading phase dependency cycles. Looking through internal channels, [`--experimental_skip_ttvs_for_genquery`](https://github.com/bazelbuild/bazel/blob/6789afafba160e92f1a633a7941dd1340ab5b121/src/main/java/com/google/devtools/build/lib/rules/genquery/GenQueryConfiguration.java#L33) should be the fix, however it is not enabled...

> please resolve merge conflicts. Done.

Thank you for your contribution! CI says you also need to run `./docs/update_docs.sh` before we can merge.