Skip to content

Commit 917bbf8

Browse files
committed
πŸ“£ Toolstate changed by rust-lang/rust#70118!
Tested on commit rust-lang/rust@57e1da5. Direct link to PR: <rust-lang/rust#70118> πŸ’” clippy-driver on windows: test-pass β†’ build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). πŸ’” clippy-driver on linux: test-pass β†’ build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq). πŸ’” miri on windows: test-fail β†’ build-fail (cc @oli-obk @eddyb @RalfJung). πŸ’” miri on linux: test-fail β†’ build-fail (cc @oli-obk @eddyb @RalfJung). πŸ’” rls on windows: test-pass β†’ build-fail (cc @Xanewok). πŸ’” rls on linux: test-pass β†’ build-fail (cc @Xanewok). πŸ’” book on windows: test-pass β†’ test-fail (cc @carols10cents @steveklabnik). πŸ’” book on linux: test-pass β†’ test-fail (cc @carols10cents @steveklabnik).
1 parent 568668d commit 917bbf8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

β€Ž_data/latest.json

Lines changed: 16 additions & 16 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": "ae5b641e9ef3fc5ed2b9944121f75902f639cb0a",
7-
"datetime": "2020-03-18T01:28:48Z"
4+
"windows": "build-fail",
5+
"linux": "build-fail",
6+
"commit": "57e1da59cd0761330b4ea8d47b16340a78eeafa9",
7+
"datetime": "2020-03-19T03:35:05Z"
88
},
99
{
1010
"tool": "miri",
11-
"windows": "test-fail",
12-
"linux": "test-fail",
13-
"commit": "dd67187965e136bff1ed05e035293441c60f0790",
14-
"datetime": "2020-03-16T19:51:42Z"
11+
"windows": "build-fail",
12+
"linux": "build-fail",
13+
"commit": "57e1da59cd0761330b4ea8d47b16340a78eeafa9",
14+
"datetime": "2020-03-19T03:35:05Z"
1515
},
1616
{
1717
"tool": "rls",
18-
"windows": "test-pass",
19-
"linux": "test-pass",
20-
"commit": "f509b26a7730d721ef87423a72b3fdf8724b4afa",
21-
"datetime": "2020-03-18T09:37:26Z"
18+
"windows": "build-fail",
19+
"linux": "build-fail",
20+
"commit": "57e1da59cd0761330b4ea8d47b16340a78eeafa9",
21+
"datetime": "2020-03-19T03:35:05Z"
2222
},
2323
{
2424
"tool": "rustfmt",
@@ -29,10 +29,10 @@
2929
},
3030
{
3131
"tool": "book",
32-
"windows": "test-pass",
33-
"linux": "test-pass",
34-
"commit": "6d69caba110c0c2fb90180df1cbc8be5033b91d4",
35-
"datetime": "2020-02-27T21:57:28Z"
32+
"windows": "test-fail",
33+
"linux": "test-fail",
34+
"commit": "57e1da59cd0761330b4ea8d47b16340a78eeafa9",
35+
"datetime": "2020-03-19T03:35:05Z"
3636
},
3737
{
3838
"tool": "nomicon",

0 commit comments

Comments
Β (0)