Skip to content

Instantly share code, notes, and snippets.

View williamyaoh's full-sized avatar

William Yao williamyaoh

View GitHub Profile
@williamyaoh
williamyaoh / rfc_documentation_status.md
Last active April 4, 2017 21:24 — forked from chriskrycho/rfc_documentation_status.md
Status (as best it is known) of RFCs not yet documented or tracked in https://github.com/rust-lang-nursery/reference/issues/9

With full credit where it is due: to @EH2406, who put the original together (here). Note that I'm doing a quick pass and confirming each of these as I get to them.

Need documentation - * means this is (should be) in the expressions chapter rewrite

  • #0090: lexical-syntax-simplification

    Lexical syntax is already documented in the grammar reference, but isn't up-to-date with RFC 0090. Since there's already a lexical syntax section in the Rust Reference, probably just add this to the Reference instead.