remove FIXMEs; issue fixed
This commit is contained in:
parent
95c6c9939c
commit
36f2af1999
2 changed files with 5 additions and 9 deletions
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
// FIXME(#35078) -- this gets recompiled because we don't separate sig from body
|
||||
#![rustc_partition_translated(module="struct_point-fn_calls_changed_method", cfg="rpass2")]
|
||||
// FIXME(#36349) -- this gets recompiled because we don't separate items from impl
|
||||
#![rustc_partition_translated(module="struct_point-fn_calls_another_method", cfg="rpass2")]
|
||||
|
||||
#![rustc_partition_reused(module="struct_point-fn_calls_another_method", cfg="rpass2")]
|
||||
#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]
|
||||
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
|
||||
#![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")]
|
||||
|
|
@ -64,8 +64,7 @@ mod fn_calls_changed_method {
|
|||
mod fn_calls_another_method {
|
||||
use point::Point;
|
||||
|
||||
// FIXME(#36349) -- this gets recompiled because we don't separate items from impl
|
||||
#[rustc_dirty(label="TypeckItemBody", cfg="rpass2")]
|
||||
#[rustc_clean(label="TypeckItemBody", cfg="rpass2")]
|
||||
pub fn check() {
|
||||
let p = Point { x: 2.0, y: 2.0 };
|
||||
p.x();
|
||||
|
|
|
|||
|
|
@ -22,9 +22,7 @@
|
|||
#![rustc_partition_translated(module="struct_point-point", cfg="rpass2")]
|
||||
#![rustc_partition_translated(module="struct_point-fn_calls_changed_method", cfg="rpass2")]
|
||||
|
||||
// FIXME(#36349) -- this gets recompiled because we don't separate items from impl
|
||||
#![rustc_partition_translated(module="struct_point-fn_calls_another_method", cfg="rpass2")]
|
||||
|
||||
#![rustc_partition_reused(module="struct_point-fn_calls_another_method", cfg="rpass2")]
|
||||
#![rustc_partition_reused(module="struct_point-fn_make_struct", cfg="rpass2")]
|
||||
#![rustc_partition_reused(module="struct_point-fn_read_field", cfg="rpass2")]
|
||||
#![rustc_partition_reused(module="struct_point-fn_write_field", cfg="rpass2")]
|
||||
|
|
@ -74,8 +72,7 @@ mod fn_calls_changed_method {
|
|||
mod fn_calls_another_method {
|
||||
use point::Point;
|
||||
|
||||
// FIXME(#36349) -- this gets recompiled because we don't separate items from impl
|
||||
#[rustc_dirty(label="TypeckItemBody", cfg="rpass2")]
|
||||
#[rustc_clean(label="TypeckItemBody", cfg="rpass2")]
|
||||
pub fn check() {
|
||||
let p = Point { x: 2.0, y: 2.0 };
|
||||
p.x();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue