Skip to content

Commit 4e844ad

Browse files
committed
fix change_private_impl_method_cc test
1 parent b8116da commit 4e844ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/incremental/change_private_impl_method_cc/struct_point.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121

2222
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
2323
#![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")]
24-
25-
// FIXME(#37333) the struct fields get entangled with inherent methods
26-
#![rustc_partition_translated(module="struct_point-fn_make_struct", cfg="rpass2")]
24+
#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]
2725

2826
// FIXME(#37720) these two should be reused, but data gets entangled across crates
2927
#![rustc_partition_translated(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")]

0 commit comments

Comments
 (0)