Skip to content

Commit f02296a

Browse files
committed
Remove FIXME comment from incremental
1 parent 172acf8 commit f02296a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/test/incremental/add_private_fn_at_krate_root_cc/struct_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// revisions:cfail1 cfail2
66
// compile-flags: -Z query-dep-graph
77
// aux-build:point.rs
8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99

1010
#![feature(rustc_attrs)]
1111
#![feature(stmt_expr_attributes)]

src/test/incremental/change_add_field/struct_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// revisions:cfail1 cfail2
77
// compile-flags: -Z query-dep-graph
8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99

1010
#![feature(rustc_attrs)]
1111
#![feature(stmt_expr_attributes)]

src/test/incremental/change_private_impl_method/struct_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// revisions:cfail1 cfail2
55
// compile-flags: -Z query-dep-graph
6-
// build-pass (FIXME(62277): could be check-pass?)
6+
// build-pass
77

88
#![feature(rustc_attrs)]
99
#![feature(stmt_expr_attributes)]

src/test/incremental/change_pub_inherent_method_body/struct_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// revisions:cfail1 cfail2
44
// compile-flags: -Z query-dep-graph
5-
// build-pass (FIXME(62277): could be check-pass?)
5+
// build-pass
66

77
#![crate_type = "rlib"]
88
#![feature(rustc_attrs)]

src/test/incremental/change_pub_inherent_method_sig/struct_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// revisions:cfail1 cfail2
44
// compile-flags: -Z query-dep-graph
5-
// build-pass (FIXME(62277): could be check-pass?)
5+
// build-pass
66

77
#![crate_type = "rlib"]
88
#![feature(rustc_attrs)]

src/test/incremental/issue-49595/issue-49595.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// revisions:cfail1 cfail2 cfail3
22
// compile-flags: -Z query-dep-graph --test
3-
// build-pass (FIXME(62277): could be check-pass?)
3+
// build-pass
44

55
#![feature(rustc_attrs)]
66
#![crate_type = "rlib"]

0 commit comments

Comments
 (0)