File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed
local-crates/beta-faulty-deps Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ [package ]
2
+ name = " beta-faulty-deps"
3
+ version = " 0.1.0"
4
+ authors = [" Giacomo Pasini <g.pasini98@gmail.com>" ]
5
+ edition = " 2018"
6
+
7
+ [dependencies ]
8
+ error_code = {git = " https://github.com/rust-lang/crater" , rev = " f190933e896443e285e3bb6962fb87d7439b8d65" }
9
+
Original file line number Diff line number Diff line change
1
+ fn main ( ) {
2
+ println ! ( "Hello, world!" ) ;
3
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"crates" : [
3
+ {
4
+ "krate" : {
5
+ "Local" : " beta-faulty-deps"
6
+ },
7
+ "name" : " beta-faulty-deps (local)" ,
8
+ "res" : " regressed" ,
9
+ "runs" : [
10
+ {
11
+ "log" : " stable/local/beta-faulty-deps" ,
12
+ "res" : " test-pass"
13
+ },
14
+ {
15
+ "log" : " beta/local/beta-faulty-deps" ,
16
+ "res" : " build-fail:depends-on(gh/rust-lang/crater/f190933e896443e285e3bb6962fb87d7439b8d65)"
17
+ }
18
+ ],
19
+ "url" : " https://github.com/rust-lang/crater/tree/master/local-crates/beta-faulty-deps"
20
+ },
3
21
{
4
22
"krate" : {
5
23
"Local" : " beta-fixed"
You can’t perform that action at this time.
0 commit comments