We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a6973 commit b072e68Copy full SHA for b072e68
docs/TOOLS.md
@@ -17,14 +17,20 @@ cargo tool
17
```
18
19
20
-# Tool: `gen`
+## Tool: `gen`
21
22
This tool reads a "grammar" from [grammar.ron](../grammar.ron) and
23
generates the `syntax_kinds.rs` file. You should run this tool if you
24
add new keywords or syntax elements.
25
26
27
-# Tool: 'parse'
+## Tool: `parse`
28
29
This tool reads rust source code from the standard input, parses it,
30
and prints the result to stdout.
31
+
32
33
+## Tool: `collect-tests`
34
35
+This tools collect inline tests from comments in libsyntax2 source code
36
+and places them into `tests/data/inline` directory.
0 commit comments