Skip to content

Commit

Permalink
Merge pull request #48 from rust-lang/update-index
Browse files Browse the repository at this point in the history
Add draft RFC placeholders
  • Loading branch information
yoshuawuyts committed Apr 8, 2024
2 parents 1a61cfd + 4dea2fc commit 88bcc67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 😕 FAQ
9 changes: 5 additions & 4 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
- [Postfix question mark](./evaluation/syntax/postfix-question-mark.md)
- [Where effect bounds](./evaluation/syntax/where-effect-bounds.md)
- [Pattern Types and Backwards Compatibility](./evaluation/pattern-types.md)
- [📚 Explainer](./explainer/README.md)
- [Effect Generic Trait Declarations](./explainer/effect-generic-trait-declarations.md)
- [Effect-Generic Bounds and Functions](./explainer/effect-generic-bounds-and-functions.md)
- [📚 Draft RFCs](./explainer/README.md)
- [1. Effect-Generic Trait Declarations](./explainer/effect-generic-trait-declarations.md)
- [2. Effect-Generic Bounds and Functions](./explainer/effect-generic-bounds-and-functions.md)
- [3. Effect-Generic Types]()
- [4. Effect Sets and Aliases]()
- [📦 Archive](./archive/README.md)
- [Effects in Rust](./archive/evaluation/effects-in-rust.md)
- [Asynchrony](./archive/evaluation/effects-in-rust/async.md)
Expand All @@ -36,4 +38,3 @@
- [MIR desugaring](./archive/evaluation/mir-desugaring.md)
- [Overloading](./archive/evaluation/overloading-keyword-generics.md)
- [Prior Art](./archive/evaluation/prior-art.md)
- [😕 FAQ](./FAQ.md)
6 changes: 3 additions & 3 deletions explainer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 📚 Explainer
# 📚 Draft RFCs

> The "explainer" is "end-user readable" documentation that explains how to use the feature being deveoped by this initiative.
> The "Draft RFCs" are "end-user readable" documentation that explains how to use the feature being deveoped by this initiative.
> If you want to experiment with the feature, you've come to the right place.
> Until the feature enters "feature complete" form, the explainer should be considered a work-in-progress.
> Until the feature enters "feature complete" form, the Draft RFCs should be considered a work-in-progress.

0 comments on commit 88bcc67

Please sign in to comment.