File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
add_private_fn_at_krate_root_cc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
// revisions:rpass1 rpass2
16
16
// compile-flags: -Z query-dep-graph
17
17
// aux-build:point.rs
18
+ // ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green
18
19
19
20
#![ feature( rustc_attrs) ]
20
21
#![ feature( stmt_expr_attributes) ]
21
22
#![ allow( dead_code) ]
22
23
23
- // FIXME(#42293) this regressed in #44142 but should get fixed with red/green
24
- // #![rustc_partition_reused(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")]
25
- // FIXME(#42293) this regressed in #44142 but should get fixed with red/green
26
- // #![rustc_partition_reused(module="struct_point-fn_calls_free_fn", cfg="rpass2")]
24
+ #![ rustc_partition_reused( module="struct_point-fn_calls_methods_in_same_impl" , cfg="rpass2" ) ]
25
+ #![ rustc_partition_reused( module="struct_point-fn_calls_free_fn" , cfg="rpass2" ) ]
27
26
#![ rustc_partition_reused( module="struct_point-fn_read_field" , cfg="rpass2" ) ]
28
27
#![ rustc_partition_reused( module="struct_point-fn_write_field" , cfg="rpass2" ) ]
29
28
#![ rustc_partition_reused( module="struct_point-fn_make_struct" , cfg="rpass2" ) ]
Original file line number Diff line number Diff line change 11
11
// revisions:rpass1 rpass2 rpass3
12
12
// compile-flags: -Z query-dep-graph -g -Zincremental-cc
13
13
// aux-build:extern_crate.rs
14
+ // ignore-test FIXME(#42293) this regressed in #44142 but should get fixed with red/green
14
15
15
16
16
17
// This test case makes sure that we detect if paths emitted into debuginfo
You can’t perform that action at this time.
0 commit comments