update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)
This commit is contained in:
parent
ba836f4b5f
commit
d1dacddfc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue