diff options
| author | Niv Kaminer <nivkner@zoho.com> | 2018-03-17 02:08:09 +0200 |
|---|---|---|
| committer | Niv Kaminer <nivkner@zoho.com> | 2018-03-17 20:24:49 +0200 |
| commit | d1dacddfc7e1b0d897b8d6a4153c2fb8758eaee1 (patch) | |
| tree | 622bb619b9035e6070194767ffe37bb54433eec7 | |
| parent | ba836f4b5fedf09418a6dbe9fb1f59b0ef7bd587 (diff) | |
| download | rust-d1dacddfc7e1b0d897b8d6a4153c2fb8758eaee1.tar.gz rust-d1dacddfc7e1b0d897b8d6a4153c2fb8758eaee1.zip | |
update FIXME(#7622) to point to issue 44580 (tracking issue for const generics)
| -rw-r--r-- | src/test/run-pass/issue-28561.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/issue-28561.rs b/src/test/run-pass/issue-28561.rs index 8c73830f4d7..e21e487fedd 100644 --- a/src/test/run-pass/issue-28561.rs +++ b/src/test/run-pass/issue-28561.rs @@ -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], |
