Skip to content

Commit 463c6ce

Browse files
committed
chore: Update annotate-snippets to 0.12.9
1 parent e65b983 commit 463c6ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ dependencies = [
8080

8181
[[package]]
8282
name = "annotate-snippets"
83-
version = "0.12.8"
83+
version = "0.12.9"
8484
source = "registry+https://github.com/rust-lang/crates.io-index"
85-
checksum = "025c7edcdffa4ccc5c0905f472a0ae3759378cfbef88ef518a3575e19ae3aebd"
85+
checksum = "a44baf24dd94e781f74dfe67ffee75a09a57971ddf0f615a178b4f6d404b48ff"
8686
dependencies = [
8787
"anstyle",
8888
"unicode-width 0.2.2",
@@ -3766,7 +3766,7 @@ dependencies = [
37663766
name = "rustc_errors"
37673767
version = "0.0.0"
37683768
dependencies = [
3769-
"annotate-snippets 0.12.8",
3769+
"annotate-snippets 0.12.9",
37703770
"anstream",
37713771
"anstyle",
37723772
"derive_setters",

compiler/rustc_errors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
# tidy-alphabetical-start
8-
annotate-snippets = "0.12.8"
8+
annotate-snippets = "0.12.9"
99
anstream = "0.6.20"
1010
anstyle = "1.0.13"
1111
derive_setters = "0.1.6"

tests/ui/lifetimes/borrowck-let-suggestion.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | x.use_mut();
1313
help: consider consuming the `Vec<i32>` when turning it into an `Iterator`
1414
|
1515
LL | let mut x = vec![1].into_iter();
16-
| +++++
16+
| +++++
1717
help: consider using a `let` binding to create a longer lived value
1818
|
1919
LL ~ let binding = vec![1];

tests/ui/test-attrs/inaccessible-test-modules.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LL | use test as y;
1313
help: consider importing this module instead
1414
|
1515
LL | use test::test as y;
16-
| ++++++
16+
| ++++++
1717

1818
error: aborting due to 2 previous errors
1919

0 commit comments

Comments
 (0)