diff options
| author | Jan Kobler <eng1@koblersystems.de> | 2014-03-26 23:22:21 +0100 |
|---|---|---|
| committer | Jan Kobler <eng1@koblersystems.de> | 2014-03-27 11:18:02 +0100 |
| commit | 2b05263bc3575e22a249d9818b32bcbca0334c44 (patch) | |
| tree | 9e05450cb2b1d62287b027f83d59049c9c1dc54b /src/doc/rust.md | |
| parent | e91115feedc3a12ee6ddc2731137758b8e8e8c96 (diff) | |
| download | rust-2b05263bc3575e22a249d9818b32bcbca0334c44.tar.gz rust-2b05263bc3575e22a249d9818b32bcbca0334c44.zip | |
verify-grammar keyword crate
When calling make verify-grammar or when llnextgen is not installed: python2.7 src/etc/extract_grammar.py <src/doc/rust.md an error is reported by extract_grammar.py that the keyword "crate" is not defined. This patch adds the keyword "crate" to the grammar in rust.md. Signed-off-by: Jan Kobler <eng1@koblersystems.de>
Diffstat (limited to 'src/doc/rust.md')
| -rw-r--r-- | src/doc/rust.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md index ef66fc7abe2..8d4094cfbf4 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -205,6 +205,7 @@ The keywords are the following strings: ~~~~ {.notrust .keyword} as break +crate do else enum extern false fn for |
