Skip to content

Commit fe0309c

Browse files
committed
Migrate min_const_generics_plan from hack.md
1 parent 8004ad8 commit fe0309c

4 files changed

Lines changed: 403 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ yourself over there and ask us any questions you have.
5959
This repository is also an mdbook project. You can view and build it using the
6060
following command.
6161

62+
> [!NOTE]
63+
> Only `mdbook` v0.4 is currently supported. If you're using v0.5, install v0.4,
64+
> for example, via `cargo install mdbook --version ^0.4 --force`.
65+
6266
```
6367
mdbook-skill-tree install && mdbook serve
6468
```

SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
- [❓How to vision doc](./vision/how_to_vision_doc.md)
1919
- [🔍 Meetings](./meetings/README.md)
2020
- [✏️ Draft RFCs](./draft-rfcs/README.md)
21-
s
21+
- [📁 Documents](./documents/README.md)
22+
- [📝 The plan for `min_generic_const_args`](./documents/min_const_generics_plan.md)

documents/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 📁 Documents
2+
3+
This folder might contain various documents that are not RFCs or vision,
4+
but still are relevant for the project and worth keeping.
5+
6+
<!-- Note for maintainers:
7+
8+
These documents might be linked from external repositories, primarily
9+
`rust-lang/rust`, so the layout is expected to be stable.
10+
11+
If you're removing documents from here, do a best effort scan across
12+
rust repo to make sure that it isn't linked anywhere.
13+
14+
-->

0 commit comments

Comments
 (0)