Skip to content

Commit d1dacdd

Browse files
committed
update FIXME(rust-lang#7622) to point to issue 44580 (tracking issue for const generics)
1 parent ba836f4 commit d1dacdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/issue-28561.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ struct Array<T> {
4545
f32: [T; 32],
4646
}
4747

48-
// FIXME(#7622): merge with `Array` once `[T; N]: Clone` where `T: Clone`
48+
// FIXME(#44580): merge with `Array` once `[T; N]: Clone` where `T: Clone`
4949
#[derive(Clone, Copy)]
5050
struct CopyArray<T: Copy> {
5151
f00: [T; 00],

0 commit comments

Comments
 (0)