We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8116da commit 4e844adCopy full SHA for 4e844ad
src/test/incremental/change_private_impl_method_cc/struct_point.rs
@@ -21,9 +21,7 @@
21
22
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
23
#![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")]
+#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]
27
28
// FIXME(#37720) these two should be reused, but data gets entangled across crates
29
#![rustc_partition_translated(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")]
0 commit comments