We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e22dab3 + 60427ac commit 142ba45Copy full SHA for 142ba45
Cargo.lock
@@ -85,6 +85,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
85
checksum = "a44baf24dd94e781f74dfe67ffee75a09a57971ddf0f615a178b4f6d404b48ff"
86
dependencies = [
87
"anstyle",
88
+ "memchr",
89
"unicode-width 0.2.2",
90
]
91
compiler/rustc_errors/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2024"
5
6
[dependencies]
7
# tidy-alphabetical-start
8
-annotate-snippets = "0.12.9"
+annotate-snippets = { version = "0.12.9", features = ["simd"] }
9
anstream = "0.6.20"
10
anstyle = "1.0.13"
11
derive_setters = "0.1.6"
0 commit comments