mirror of https://github.com/rust-lang/rfcs.git
Accept RFC 593: Forbid Self definitions (make Self a keyword)
This commit is contained in:
parent
8884d685a7
commit
e3326a9083
|
@ -74,6 +74,7 @@ the direction the language is evolving in.
|
|||
* [0546-Self-not-sized-by-default.md](text/0546-Self-not-sized-by-default.md)
|
||||
* [0550-macro-future-proofing.md](text/0550-macro-future-proofing.md)
|
||||
* [0587-fn-return-should-be-an-associated-type.md](text/0587-fn-return-should-be-an-associated-type.md)
|
||||
* [0593-forbid-Self-definitions.md](text/0593-forbid-Self-definitions.md)
|
||||
* [0702-rangefull-expression.md](text/0702-rangefull-expression.md)
|
||||
* [0736-privacy-respecting-fru.md](text/0736-privacy-respecting-fru.md)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- Start Date: 2015-01-18
|
||||
- RFC PR: (leave this empty)
|
||||
- Rust Issue: (leave this empty)
|
||||
- RFC PR: [rust-lang/rfcs#593](https://github.com/rust-lang/rfcs/pull/593)
|
||||
- Rust Issue: [rust-lang/rust#22137](https://github.com/rust-lang/rust/issues/22137)
|
||||
|
||||
# Summary
|
||||
|
Loading…
Reference in New Issue