document `include` in `bootstrap.example.toml`

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2025-04-01 11:53:32 +03:00
parent b4426b7c4b
commit 3ed7cc887e
1 changed files with 3 additions and 2 deletions

View File

@ -53,8 +53,9 @@ include = ["cross.toml"]
You can also include extensions within extensions recursively.
**Note:** In the `include` field, the overriding logic follows a right-to-left order. Also, the outer
extension/config always overrides the inner ones.
**Note:** In the `include` field, the overriding logic follows a right-to-left order. For example,
in `include = ["a.toml", "b.toml"]`, extension `b.toml` overrides `a.toml`. Also, parent extensions
always overrides the inner ones.
## Configuring `rust-analyzer` for `rustc`