Skip to content

Commit 4424c49

Browse files
committed
Merge RFC #982: DST Coercion
1 parent 4b99006 commit 4424c49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ the direction the language is evolving in.
4848
* [0909-move-thread-local-to-std-thread.md](text/0909-move-thread-local-to-std-thread.md)
4949
* [0911-const-fn.md](text/0911-const-fn.md)
5050
* [0968-closure-return-type-syntax.md](text/0968-closure-return-type-syntax.md)
51+
* [0982-dst-coercion.md](text/0982-dst-coercion.md)
5152
* [0979-align-splitn-with-other-languages.md](text/0979-align-splitn-with-other-languages.md)
5253
* [1011-process.exit.md](text/1011-process.exit.md)
5354
* [1023-rebalancing-coherence.md](text/1023-rebalancing-coherence.md)

text/0000-dst-coercion.md renamed to text/0982-dst-coercion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- Feature Name: dst_coercions
22
- Start Date: 2015-03-16
3-
- RFC PR: (leave this empty)
4-
- Rust Issue: (leave this empty)
3+
- RFC PR: [rust-lang/rfcs#982](https://github.com/rust-lang/rfcs/pull/982)
4+
- Rust Issue: [rust-lang/rust#18598](https://github.com/rust-lang/rust/issues/18598)
55

66
# Summary
77

0 commit comments

Comments
 (0)