We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4ee00 commit 790a2f9Copy full SHA for 790a2f9
src/test/incremental/change_private_fn_cc/struct_point.rs
@@ -23,10 +23,7 @@
23
#![rustc_partition_reused(module="struct_point-fn_calls_methods_in_another_impl", cfg="rpass2")]
24
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
25
#![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")]
26
-
27
-// FIXME(#37335) -- should be reused, but an errant Krate edge causes
28
-// it to get translated (at least I *think* this is that same problem)
29
-#![rustc_partition_translated(module="struct_point-fn_make_struct", cfg="rpass2")]
+#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]
30
31
extern crate point;
32
0 commit comments