File tree 6 files changed +6
-6
lines changed
add_private_fn_at_krate_root_cc
change_private_impl_method
change_pub_inherent_method_body
change_pub_inherent_method_sig
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
// revisions:cfail1 cfail2
6
6
// compile-flags: -Z query-dep-graph
7
7
// aux-build:point.rs
8
- // build-pass (FIXME(62277): could be check-pass?)
8
+ // build-pass
9
9
10
10
#![ feature( rustc_attrs) ]
11
11
#![ feature( stmt_expr_attributes) ]
Original file line number Diff line number Diff line change 5
5
6
6
// revisions:cfail1 cfail2
7
7
// compile-flags: -Z query-dep-graph
8
- // build-pass (FIXME(62277): could be check-pass?)
8
+ // build-pass
9
9
10
10
#![ feature( rustc_attrs) ]
11
11
#![ feature( stmt_expr_attributes) ]
Original file line number Diff line number Diff line change 3
3
4
4
// revisions:cfail1 cfail2
5
5
// compile-flags: -Z query-dep-graph
6
- // build-pass (FIXME(62277): could be check-pass?)
6
+ // build-pass
7
7
8
8
#![ feature( rustc_attrs) ]
9
9
#![ feature( stmt_expr_attributes) ]
Original file line number Diff line number Diff line change 2
2
3
3
// revisions:cfail1 cfail2
4
4
// compile-flags: -Z query-dep-graph
5
- // build-pass (FIXME(62277): could be check-pass?)
5
+ // build-pass
6
6
7
7
#![ crate_type = "rlib" ]
8
8
#![ feature( rustc_attrs) ]
Original file line number Diff line number Diff line change 2
2
3
3
// revisions:cfail1 cfail2
4
4
// compile-flags: -Z query-dep-graph
5
- // build-pass (FIXME(62277): could be check-pass?)
5
+ // build-pass
6
6
7
7
#![ crate_type = "rlib" ]
8
8
#![ feature( rustc_attrs) ]
Original file line number Diff line number Diff line change 1
1
// revisions:cfail1 cfail2 cfail3
2
2
// compile-flags: -Z query-dep-graph --test
3
- // build-pass (FIXME(62277): could be check-pass?)
3
+ // build-pass
4
4
5
5
#![ feature( rustc_attrs) ]
6
6
#![ crate_type = "rlib" ]
You can’t perform that action at this time.
0 commit comments