Skip to content

Commit a2b420a

Browse files
committed
πŸ“£ Toolstate changed by rust-lang/rust#59227!
Tested on commit rust-lang/rust@cd8b437. Direct link to PR: <rust-lang/rust#59227> πŸ’” clippy-driver on windows: test-pass β†’ build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). πŸ’” clippy-driver on linux: test-pass β†’ build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). πŸ’” miri on windows: test-fail β†’ build-fail (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra). πŸ’” miri on linux: test-fail β†’ build-fail (cc @oli-obk @RalfJung @eddyb, @rust-lang/infra). πŸ’” rls on windows: test-pass β†’ build-fail (cc @nrc @Xanewok, @rust-lang/infra). πŸ’” rls on linux: test-pass β†’ build-fail (cc @nrc @Xanewok, @rust-lang/infra).
1 parent f391648 commit a2b420a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

β€Ž_data/latest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[
22
{
33
"tool": "clippy-driver",
4-
"windows": "test-pass",
5-
"linux": "test-pass",
6-
"commit": "96d700f1b7bc9c53fa0d11567adb1ed2c1c27e79",
7-
"datetime": "2019-04-10T18:45:41Z"
4+
"windows": "build-fail",
5+
"linux": "build-fail",
6+
"commit": "cd8b4373623c5a0f05559f67be217c48bfb8bcab",
7+
"datetime": "2019-04-12T02:25:19Z"
88
},
99
{
1010
"tool": "miri",
11-
"windows": "test-fail",
12-
"linux": "test-fail",
13-
"commit": "3de0106789468b211bcc3a25c09c0cf07119186d",
14-
"datetime": "2019-04-11T18:41:37Z"
11+
"windows": "build-fail",
12+
"linux": "build-fail",
13+
"commit": "cd8b4373623c5a0f05559f67be217c48bfb8bcab",
14+
"datetime": "2019-04-12T02:25:19Z"
1515
},
1616
{
1717
"tool": "rls",
18-
"windows": "test-pass",
19-
"linux": "test-pass",
20-
"commit": "96d700f1b7bc9c53fa0d11567adb1ed2c1c27e79",
21-
"datetime": "2019-04-10T18:45:41Z"
18+
"windows": "build-fail",
19+
"linux": "build-fail",
20+
"commit": "cd8b4373623c5a0f05559f67be217c48bfb8bcab",
21+
"datetime": "2019-04-12T02:25:19Z"
2222
},
2323
{
2424
"tool": "rustfmt",

0 commit comments

Comments
Β (0)