diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2016-11-14 21:02:29 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2016-11-17 13:44:22 -0500 |
| commit | 4e844ad1e5d0f62cfac00ad0c0f50474d99331f7 (patch) | |
| tree | fcd158a6deba87335a30dd73a6e674b1ae6f270f | |
| parent | b8116dabdaf5952ce676239b1e2d0a7684ce0c34 (diff) | |
| download | rust-4e844ad1e5d0f62cfac00ad0c0f50474d99331f7.tar.gz rust-4e844ad1e5d0f62cfac00ad0c0f50474d99331f7.zip | |
fix change_private_impl_method_cc test
| -rw-r--r-- | src/test/incremental/change_private_impl_method_cc/struct_point.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/incremental/change_private_impl_method_cc/struct_point.rs b/src/test/incremental/change_private_impl_method_cc/struct_point.rs index a8779e3f92d..bb7f7025c59 100644 --- a/src/test/incremental/change_private_impl_method_cc/struct_point.rs +++ b/src/test/incremental/change_private_impl_method_cc/struct_point.rs @@ -21,9 +21,7 @@ #![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")] #![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")] - -// FIXME(#37333) the struct fields get entangled with inherent methods -#![rustc_partition_translated(module="struct_point-fn_make_struct", cfg="rpass2")] +#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")] // FIXME(#37720) these two should be reused, but data gets entangled across crates #![rustc_partition_translated(module="struct_point-fn_calls_methods_in_same_impl", cfg="rpass2")] |
