mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user