File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 117
117
"runs" : [
118
118
{
119
119
"log" : " stable/local/error-code" ,
120
- "res" : " build-fail:unknown "
120
+ "res" : " build-fail:compiler-error(E0013, E0015) "
121
121
},
122
122
{
123
123
"log" : " beta/local/error-code" ,
124
- "res" : " build-fail:unknown "
124
+ "res" : " build-fail:compiler-error(E0013, E0015) "
125
125
}
126
126
],
127
127
"url" : " https://github.com/rust-lang/crater/tree/master/local-crates/error-code"
128
128
},
129
+ {
130
+ "krate" : {
131
+ "Local" : " faulty-deps"
132
+ },
133
+ "name" : " faulty-deps (local)" ,
134
+ "res" : " build-fail" ,
135
+ "runs" : [
136
+ {
137
+ "log" : " stable/local/faulty-deps" ,
138
+ "res" : " build-fail:depends-on(reg/lazy_static/0.1.0, gh/rust-lang/crater/c3f462bdab37a93c24b2b172b90564749e892cbc)"
139
+ },
140
+ {
141
+ "log" : " beta/local/faulty-deps" ,
142
+ "res" : " build-fail:depends-on(reg/lazy_static/0.1.0, gh/rust-lang/crater/c3f462bdab37a93c24b2b172b90564749e892cbc)"
143
+ }
144
+ ],
145
+ "url" : " https://github.com/rust-lang/crater/tree/master/local-crates/faulty-deps"
146
+ },
129
147
{
130
148
"krate" : {
131
149
"Local" : " ice-regression"
135
153
"runs" : [
136
154
{
137
155
"log" : " stable/local/ice-regression" ,
138
- "res" : " build-fail:unknown "
156
+ "res" : " build-fail:compiler-error(E0425) "
139
157
},
140
158
{
141
159
"log" : " beta/local/ice-regression" ,
You can’t perform that action at this time.
0 commit comments