diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-11 15:48:57 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-18 20:59:09 +0200 |
| commit | c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b (patch) | |
| tree | ff2eec2b1abd1ecff49db3484260e9367d915845 /src/test/rustdoc-js-std/parser-errors.js | |
| parent | 49297337b46eabef906a41f2c438bdd569b9227d (diff) | |
| download | rust-c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b.tar.gz rust-c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b.zip | |
Improve documentation and add some explanations in the code
Diffstat (limited to 'src/test/rustdoc-js-std/parser-errors.js')
| -rw-r--r-- | src/test/rustdoc-js-std/parser-errors.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/rustdoc-js-std/parser-errors.js b/src/test/rustdoc-js-std/parser-errors.js index 7d00b7fed59..d4cd9facf17 100644 --- a/src/test/rustdoc-js-std/parser-errors.js +++ b/src/test/rustdoc-js-std/parser-errors.js @@ -4,7 +4,8 @@ const QUERY = [ 'P "P"', '"p" p', '"const": p', - "<:a>", "<::a>", + "<:a>", + "<::a>", "((a))", "->,a", "(p -> p", |
