diff options
| author | bors <bors@rust-lang.org> | 2016-06-03 19:36:32 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-06-03 19:36:32 -0700 |
| commit | c81c75076c05990af6f71e56ccc12d7b196ee25c (patch) | |
| tree | b53fd41aeba29d33118a57e8363f87915456d009 /src/tools | |
| parent | 7de2e6dc828473b60aefe4d2140a602cbeb6d6f9 (diff) | |
| parent | f67c4bb6ce12bf7f4c3c843a531be51cdf643c09 (diff) | |
Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton
Rename main thread from "<main>" to "main". Fix issue #33789 We may need to discuss whether this counts as a breaking change since code may check the main thread name against "\<main\>". Discussion is in #33789
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/cargotest/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs index 7e688b5ec6b..9332a8e5f6c 100644 --- a/src/tools/cargotest/main.rs +++ b/src/tools/cargotest/main.rs @@ -25,7 +25,7 @@ const TEST_REPOS: &'static [Test] = &[ Test { name: "cargo", repo: "https://github.com/rust-lang/cargo", - sha: "26288f799427f9cc6e8bdddd782a17a8156ebc64", + sha: "7d79da08238e3d47e0bc4406155bdcc45ccb8c82", lock: None, }, Test { |
