We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
memchr
1 parent ed88500 commit 36a1679Copy full SHA for 36a1679
compiler/rustc_ast/Cargo.toml
@@ -4,9 +4,10 @@ version = "0.0.0"
4
edition = "2021"
5
6
[dependencies]
7
+# FIXME: bumping memchr to 2.7.1 causes linker errors in MSVC thin-lto
8
# tidy-alphabetical-start
9
bitflags = "2.4.1"
-memchr = "2.5.0"
10
+memchr = "=2.5.0"
11
rustc_data_structures = { path = "../rustc_data_structures" }
12
rustc_index = { path = "../rustc_index" }
13
rustc_lexer = { path = "../rustc_lexer" }
0 commit comments