]> git.lizzy.rs Git - rust.git/commitdiff
Change the comment on `opt-level = 2` to point to https://github.com/rust-lang/rust...
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 29 May 2018 15:38:23 +0000 (17:38 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Tue, 29 May 2018 15:38:23 +0000 (17:38 +0200)
src/Cargo.toml

index 15d2cbf80bad42b60308e210b53af62cbe2593da..8ce4c97601bab7f5bb0ac02b0db62a271186ec51 100644 (file)
@@ -40,9 +40,8 @@ members = [
   "tools/rls/test_data/workspace_symbol",
 ]
 
-# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit
-# MSVC when running the compile-fail test suite when a should-fail test panics.
-# 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
 [profile.release]
 opt-level = 2
 [profile.bench]