-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Properly colorize multi-part suggestions in the same line #108627
Conversation
r? @Nilstrieb (rustbot has picked a reviewer for you, use r? to override) |
r? @WaffleLapkin |
…WaffleLapkin Properly colorize multi-part suggestions in the same line Fix rust-lang#108547.
@bors r- failed in a rollup |
@matthiaskrgr Oh no, it is because windows uses a different palette from linux and mac 🤦 I'll make it ignore windows for now. |
3cea838
to
6fd1751
Compare
@bors r=WaffleLapkin |
…WaffleLapkin Properly colorize multi-part suggestions in the same line Fix rust-lang#108547.
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#108627 (Properly colorize multi-part suggestions in the same line) - rust-lang#108632 (Omit unchanged options from config.toml in `configure.py`) - rust-lang#108715 (Remove unclosed_delims from parser) - rust-lang#108723 (rustdoc: function signature search with traits in `where` clause) - rust-lang#108724 (field is not used outside the crate) - rust-lang#108734 (rustdoc: Note in a type's layout/size if it is uninhabited) - rust-lang#108736 (Remove `allow(potential_query_instability)` from `ast_passes`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fix #108547.