-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix jump def background #88885
Fix jump def background #88885
Conversation
Some changes occurred in HTML/CSS/JS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, one of the GUI tests seems to be failing.
c0d96c0
to
f572bfd
Compare
I have put it in a commit on its own but let's make another PR for it. EDIT: PR is #88896 |
f572bfd
to
42b787a
Compare
Updated! |
42b787a
to
803c3d7
Compare
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me after addressing these comments and squashing the second and third commits together (it's confusing to have them be separate)
803c3d7
to
7129557
Compare
Updated! |
Could you squash the second and third commits together? It's confusing to have them be separate since neither can stand alone. r=me after that |
7129557
to
9e482c1
Compare
@bors: r=camelid rollup |
📌 Commit 9e482c1 has been approved by |
…und, r=camelid Fix jump def background Fixes rust-lang#88870. I somehow badly wrote the color in rust-lang#88111. r? `@camelid`
Reduce possibility of flaky tests As asked in rust-lang#88885. r? `@camelid`
Reduce possibility of flaky tests As asked in rust-lang#88885. r? ``@camelid``
The reason I think it's confusing is because in the first commit you were enabling |
Good point. :) |
…und, r=camelid Fix jump def background Fixes rust-lang#88870. I somehow badly wrote the color in rust-lang#88111. r? `@camelid`
Reduce possibility of flaky tests As asked in rust-lang#88885. r? ```@camelid```
…und, r=camelid Fix jump def background Fixes rust-lang#88870. I somehow badly wrote the color in rust-lang#88111. r? ``@camelid``
Reduce possibility of flaky tests As asked in rust-lang#88885. r? ````@camelid````
…laumeGomez Rollup of 7 pull requests Successful merges: - rust-lang#88033 (Add links for primitives in "jump to definition" feature) - rust-lang#88722 (Make `UnsafeCell::get_mut` const) - rust-lang#88851 (Fix duplicate bounds for const_trait_impl) - rust-lang#88859 (interpreter PointerArithmetic: use new Size helper methods) - rust-lang#88885 (Fix jump def background) - rust-lang#88894 (Improve error message for missing trait in trait impl) - rust-lang#88896 (Reduce possibility of flaky tests) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #88870.
I somehow badly wrote the color in #88111.
r? @camelid