We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae21758 commit b18b67dCopy full SHA for b18b67d
src/librustc/middle/ty.rs
@@ -6880,8 +6880,8 @@ pub fn can_type_implement_copy<'tcx>(tcx: &ctxt<'tcx>,
6880
Ok(())
6881
}
6882
6883
-// TODO -- all of these types basically walk various structures to
6884
-// 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
6885
// properties. It should be possible to express them in terms of one
6886
// common "walker" trait or something.
6887
0 commit comments