diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-29 17:38:23 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-05-29 17:38:23 +0200 |
| commit | 5067d2f133a2a5be4b39cea37d110bfa10c0ea6c (patch) | |
| tree | 4dcc1f665aa983da906118738d30c1658c0a6939 | |
| parent | 01e8616be924d380659281c59c4b499917323c23 (diff) | |
| download | rust-5067d2f133a2a5be4b39cea37d110bfa10c0ea6c.tar.gz rust-5067d2f133a2a5be4b39cea37d110bfa10c0ea6c.zip | |
Change the comment on `opt-level = 2` to point to https://github.com/rust-lang/rust/issues/50867
| -rw-r--r-- | src/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Cargo.toml b/src/Cargo.toml index 15d2cbf80ba..8ce4c97601b 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -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] |
