-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustpkg should use workcache #7075
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
#9034 will close this. |
#9034 closed this. If other issues arise, file a more specific bug. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Apr 22, 2021
…, r=camsteffen,flip1995 Fixing FPs for the `branches_sharing_code` lint Fixes rust-lang#7053 Fixes rust-lang#7054 And an additional CSS adjustment to support dark mode for every inline code. It currently only works in paragraphs, which was an oversight on my part 😅. [Current Example](https://rust-lang.github.io/rust-clippy/master/index.html#blacklisted_name) This also includes ~50 lines of doc comments and is therefor not as big as the changes would indicate. 🐧 --- changelog: none All of these bugs were introduced in this dev version and are therefor not worth a change log entry. r? `@phansch` cc: `@camsteffen` since you have a pretty good overview of the `SpanlessEq` implementation 🙃
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Sub-bug of #5677
rustpkg build
should "work likemake
": it should only rebuild files whose dependencies have changed. (Currently, it rebuilds everything every time.) Doing this will involve using workcache, which has its own set of issues (see #4432).The text was updated successfully, but these errors were encountered: