Skip to content

Commit 3753e1a

Browse files
committed
update FIXME(#5244) to point to RFC 1109 (Non-Copy array creation ergonomics)
1 parent e1b9bf0 commit 3753e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/tests/slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ fn test_copy_from_slice_dst_shorter() {
13511351
const MAX_LEN: usize = 80;
13521352

13531353
static DROP_COUNTS: [AtomicUsize; MAX_LEN] = [
1354-
// FIXME #5244: AtomicUsize is not Copy.
1354+
// FIXME(RFC 1109): AtomicUsize is not Copy.
13551355
AtomicUsize::new(0), AtomicUsize::new(0), AtomicUsize::new(0), AtomicUsize::new(0),
13561356
AtomicUsize::new(0), AtomicUsize::new(0), AtomicUsize::new(0), AtomicUsize::new(0),
13571357
AtomicUsize::new(0), AtomicUsize::new(0), AtomicUsize::new(0), AtomicUsize::new(0),

0 commit comments

Comments
 (0)