Skip to content

Commit b18b67d

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

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
@@ -6880,8 +6880,8 @@ pub fn can_type_implement_copy<'tcx>(tcx: &ctxt<'tcx>,
68806880
Ok(())
68816881
}
68826882

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

0 commit comments

Comments
 (0)