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 f1c041a commit c197911Copy full SHA for c197911
src/librustc/middle/ty.rs
@@ -6876,8 +6876,8 @@ pub fn can_type_implement_copy<'tcx>(tcx: &ctxt<'tcx>,
6876
Ok(())
6877
}
6878
6879
-// TODO -- all of these types basically walk various structures to
6880
-// 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
6881
// properties. It should be possible to express them in terms of one
6882
// common "walker" trait or something.
6883
0 commit comments