diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2014-12-29 11:06:15 -0500 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2014-12-30 09:36:23 -0500 |
| commit | c197911c60ce7eaea53ecb357d0409d3e38ff914 (patch) | |
| tree | a884dca772855b0cdd7a41e8e5dd9d3a43da35c4 | |
| parent | f1c041a54d89dad7d8857d84dd3424624e32486a (diff) | |
| download | rust-c197911c60ce7eaea53ecb357d0409d3e38ff914.tar.gz rust-c197911c60ce7eaea53ecb357d0409d3e38ff914.zip | |
Add a FIXME relating to these type-testing traits
| -rw-r--r-- | src/librustc/middle/ty.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/middle/ty.rs b/src/librustc/middle/ty.rs index 583d2ce3b67..0f3037c06fd 100644 --- a/src/librustc/middle/ty.rs +++ b/src/librustc/middle/ty.rs @@ -6876,8 +6876,8 @@ pub fn can_type_implement_copy<'tcx>(tcx: &ctxt<'tcx>, Ok(()) } -// TODO -- all of these types basically walk various structures to -// test whether types/regions are reachable with various +// FIXME(#20298) -- all of these types basically walk various +// structures to test whether types/regions are reachable with various // properties. It should be possible to express them in terms of one // common "walker" trait or something. |
