diff options
| author | Daiki Ihara <sasurau4@gmail.com> | 2020-11-20 21:33:48 +0900 |
|---|---|---|
| committer | Daiki Ihara <sasurau4@gmail.com> | 2020-11-20 21:33:48 +0900 |
| commit | f02296a6ede0957e4fcbbcf671750f360d771e0b (patch) | |
| tree | 8e36b3f2d495aacf1b8d4af4d2b169005be69ef4 /src/test/incremental/change_pub_inherent_method_sig | |
| parent | 172acf8f61018df3719e42e633ffd62ebecaa1e7 (diff) | |
| download | rust-f02296a6ede0957e4fcbbcf671750f360d771e0b.tar.gz rust-f02296a6ede0957e4fcbbcf671750f360d771e0b.zip | |
Remove FIXME comment from incremental
Diffstat (limited to 'src/test/incremental/change_pub_inherent_method_sig')
| -rw-r--r-- | src/test/incremental/change_pub_inherent_method_sig/struct_point.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs b/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs index 4a5aac682f5..b0476168555 100644 --- a/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs +++ b/src/test/incremental/change_pub_inherent_method_sig/struct_point.rs @@ -2,7 +2,7 @@ // revisions:cfail1 cfail2 // compile-flags: -Z query-dep-graph -// build-pass (FIXME(62277): could be check-pass?) +// build-pass #![crate_type = "rlib"] #![feature(rustc_attrs)] |
