Add a FIXME relating to these type-testing traits
This commit is contained in:
parent
f1c041a54d
commit
c197911c60
1 changed files with 2 additions and 2 deletions
|
@ -6876,8 +6876,8 @@ pub fn can_type_implement_copy<'tcx>(tcx: &ctxt<'tcx>,
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO -- all of these types basically walk various structures to
|
// FIXME(#20298) -- all of these types basically walk various
|
||||||
// test whether types/regions are reachable with various
|
// structures to test whether types/regions are reachable with various
|
||||||
// properties. It should be possible to express them in terms of one
|
// properties. It should be possible to express them in terms of one
|
||||||
// common "walker" trait or something.
|
// common "walker" trait or something.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue