Skip to content

Commit

Permalink
update FIXME(rust-lang#7622) to point to issue 44580 (tracking issue …
Browse files Browse the repository at this point in the history
…for const generics)
  • Loading branch information
nivkner committed Mar 17, 2018
1 parent ba836f4 commit d1dacdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass/issue-28561.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit d1dacdd

Please sign in to comment.