]> git.lizzy.rs Git - rust.git/commitdiff
update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)
authorNiv Kaminer <nivkner@zoho.com>
Sat, 17 Mar 2018 00:08:09 +0000 (02:08 +0200)
committerNiv Kaminer <nivkner@zoho.com>
Sat, 17 Mar 2018 18:24:49 +0000 (20:24 +0200)
src/test/run-pass/issue-28561.rs

index 8c73830f4d7788bb173162eff80521ecab74e851..e21e487fedd1c81d5618a491e3530b3a75f99907 100644 (file)
@@ -45,7 +45,7 @@ struct Array<T> {
     f32: [T; 32],
 }
 
-// FIXME(#7622): merge with `Array` once `[T; N]: Clone` where `T: Clone`
+// FIXME(#44580): merge with `Array` once `[T; N]: Clone` where `T: Clone`
 #[derive(Clone, Copy)]
 struct CopyArray<T: Copy> {
     f00: [T; 00],