Uh oh!
There was an error while loading. Please reload this page.
annotate-snippets: update to 0.10 - #119448
Conversation
rustbot
commented
Dec 30, 2023
(rustbot has picked a reviewer for you, use r? to override) |
rustbot
commented
Dec 30, 2023
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
This comment has been minimized.
This comment has been minimized.
rustbot
commented
Dec 30, 2023
The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. |
compiler-errors
commented
Jan 4, 2024
r? davidtwco |
davidtwco
commented
Jan 5, 2024
|
klensy
commented
Jan 5, 2024
I'll send pr to rustfmt repo directly, so less moving parts when syncing with rustfmt. |
695548f to
d61ede9Compare| }), | ||
| footer: vec![], | ||
| opt: FormatOptions { | ||
| color: true, |
There was a problem hiding this comment.
Was color: true, so styled() now?
No test failed with that change, through.
klensy
commented
Jan 7, 2024
Pushed fix plus updated to 0.10.1 (https://github.com/rust-lang/annotate-snippets-rs/blob/0.10.1/CHANGELOG.md#0101---2024-01-04) |
This comment has been minimized.
This comment has been minimized.
davidtwco
commented
Jan 8, 2024
Ping me once you've got CI passing :) |
d61ede9 to
46cf55aComparedavidtwco
commented
Jan 11, 2024
@bors r+ |
bors
commented
Jan 11, 2024
…avidtwco annotate-snippets: update to 0.10 Ports `annotate-snippets` to 0.10, temporary dupes versions; other crates left that depends on 0.9 is `ui_test` and `rustfmt`.
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#119448 (annotate-snippets: update to 0.10) - rust-lang#119813 (Silence some follow-up errors [2/x]) - rust-lang#119836 (chore: remove unnecessary blank line) - rust-lang#119841 (Remove `DiagnosticBuilder::buffer`) - rust-lang#119842 (coverage: Add enums to accommodate other kinds of coverage mappings) - rust-lang#119845 (rint: further doc tweaks) - rust-lang#119852 (give const-err4 a more descriptive name) - rust-lang#119853 (rustfmt.toml: don't ignore just any tests path, only root one) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#119448 - klensy:annotate-snippets-0.10, r=davidtwco annotate-snippets: update to 0.10 Ports `annotate-snippets` to 0.10, temporary dupes versions; other crates left that depends on 0.9 is `ui_test` and `rustfmt`.
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#119448 (annotate-snippets: update to 0.10) - rust-lang#119813 (Silence some follow-up errors [2/x]) - rust-lang#119836 (chore: remove unnecessary blank line) - rust-lang#119841 (Remove `DiagnosticBuilder::buffer`) - rust-lang#119842 (coverage: Add enums to accommodate other kinds of coverage mappings) - rust-lang#119845 (rint: further doc tweaks) - rust-lang#119852 (give const-err4 a more descriptive name) - rust-lang#119853 (rustfmt.toml: don't ignore just any tests path, only root one) r? `@ghost` `@rustbot` modify labels: rollup
Ports
annotate-snippetsto 0.10, temporary dupes versions; other crates left that depends on 0.9 isui_testandrustfmt.