File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,8 @@ is lower than Cargo's model of packages: each Cargo package consists of several
88
88
targets, each of which is a separate crate (or several crates, if you try
89
89
different feature combinations).
90
90
91
- Procedural macros should become inputs as well, but currently they are not
92
- supported. Procedural macro will be a black box ` Box<dyn Fn(TokenStream) -> TokenStream> `
93
- function, and will be inserted into the crate graph just like dependencies.
91
+ Procedural macros are inputs as well, roughly modeled as a crate with a bunch of
92
+ additional black box ` dyn Fn(TokenStream) -> TokenStream ` functions.
94
93
95
94
Soon we'll talk how we build an LSP server on top of ` Analysis ` , but first,
96
95
let's deal with that paths issue.
You can’t perform that action at this time.
0 commit comments