Skip to content

Commit c197911

Browse files
committed
Add a FIXME relating to these type-testing traits
1 parent f1c041a commit c197911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/middle/ty.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6876,8 +6876,8 @@ pub fn can_type_implement_copy<'tcx>(tcx: &ctxt<'tcx>,
68766876
Ok(())
68776877
}
68786878

6879-
// TODO -- all of these types basically walk various structures to
6880-
// test whether types/regions are reachable with various
6879+
// FIXME(#20298) -- all of these types basically walk various
6880+
// structures to test whether types/regions are reachable with various
68816881
// properties. It should be possible to express them in terms of one
68826882
// common "walker" trait or something.
68836883

0 commit comments

Comments
 (0)