diff options
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/architecture.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 721c555ab63..663d6392274 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -325,6 +325,8 @@ In particular, we generate: * Documentation tests for assists +See the `sourcegen` crate for details. + **Architecture Invariant:** we avoid bootstrapping. For codegen we need to parse Rust code. Using rust-analyzer for that would work and would be fun, but it would also complicate the build process a lot. |
