Skip to content

Commit 5067d2f

Browse files
committed
Change the comment on opt-level = 2 to point to #50867
1 parent 01e8616 commit 5067d2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ members = [
4040
"tools/rls/test_data/workspace_symbol",
4141
]
4242

43-
# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
44-
# MSVC when running the compile-fail test suite when a should-fail test panics.
45-
# But hey if this is removed and it gets past the bots, sounds good to me.
43+
# Curiously, libtest will segfault if compiled with opt-level=3
44+
# with some versions of XCode: https://github.com/rust-lang/rust/issues/50867
4645
[profile.release]
4746
opt-level = 2
4847
[profile.bench]

0 commit comments

Comments
 (0)