update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)

This commit is contained in:
Niv Kaminer 2018-03-17 02:08:09 +02:00
parent ba836f4b5f
commit d1dacddfc7

View 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],