We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
opt-level = 2
1 parent 01e8616 commit 5067d2fCopy full SHA for 5067d2f
src/Cargo.toml
@@ -40,9 +40,8 @@ members = [
40
"tools/rls/test_data/workspace_symbol",
41
]
42
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.
+# Curiously, libtest will segfault if compiled with opt-level=3
+# with some versions of XCode: https://github.com/rust-lang/rust/issues/50867
46
[profile.release]
47
48
[profile.bench]
0 commit comments