Skip to content

Commit 3375566

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

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": "build-fail",
5-
"linux": "build-fail",
6-
"commit": "1764b29725df66183059f406c8c65edf642bbd43",
7-
"datetime": "2019-05-12T20:29:22Z"
4+
"windows": "test-pass",
5+
"linux": "test-pass",
6+
"commit": "372be4f360ce42b1a10126a711189796f8440ab4",
7+
"datetime": "2019-05-14T23:56:53Z"
88
},
99
{
1010
"tool": "miri",
11-
"windows": "build-fail",
12-
"linux": "build-fail",
13-
"commit": "13fde05b12c28e1ed66bd13fdf1ea392f166b811",
14-
"datetime": "2019-05-04T02:00:14Z"
11+
"windows": "test-pass",
12+
"linux": "test-pass",
13+
"commit": "372be4f360ce42b1a10126a711189796f8440ab4",
14+
"datetime": "2019-05-14T23:56:53Z"
1515
},
1616
{
1717
"tool": "rls",
18-
"windows": "build-fail",
19-
"linux": "build-fail",
20-
"commit": "1764b29725df66183059f406c8c65edf642bbd43",
21-
"datetime": "2019-05-12T20:29:22Z"
18+
"windows": "test-fail",
19+
"linux": "test-fail",
20+
"commit": "372be4f360ce42b1a10126a711189796f8440ab4",
21+
"datetime": "2019-05-14T23:56:53Z"
2222
},
2323
{
2424
"tool": "rustfmt",

0 commit comments

Comments
Β (0)