Skip to content

Commit f8d78ba

Browse files
committed
Create links for RFC #533
1 parent cf38c76 commit f8d78ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ the direction the language is evolving in.
6969
* [0520-new-array-repeat-syntax.md](text/0520-new-array-repeat-syntax.md)
7070
* [0522-self-impl.md](text/0522-self-impl.md)
7171
* [0532-self-in-use.md](text/0532-self-in-use.md)
72+
* [0533-no-array-elem-moves.md](text/0533-no-array-elem-moves.md)
7273
* [0534-deriving2derive.md](text/0534-deriving2derive.md)
7374
* [0546-Self-not-sized-by-default.md](text/0546-Self-not-sized-by-default.md)
7475
* [0550-macro-future-proofing.md](text/0550-macro-future-proofing.md)

text/0533-no-array-elem-moves.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Start Date: 2014-12-19
2-
- RFC PR: (leave this empty)
3-
- Rust Issue: (leave this empty)
2+
- RFC PR: [rust-lang/rfcs#533](https://github.com/rust-lang/rfcs/pull/533)
3+
- Rust Issue: [rust-lang/rust#21963](https://github.com/rust-lang/rust/issues/21963)
44

55
# Summary
66

0 commit comments

Comments
 (0)