diff options
| author | Nelson Elhage <nelhage@nelhage.com> | 2020-05-31 16:04:52 -0700 |
|---|---|---|
| committer | Nelson Elhage <nelhage@nelhage.com> | 2020-05-31 16:04:52 -0700 |
| commit | 8101ea0fdc9d2be2d3926b22af8167f7155ff0c7 (patch) | |
| tree | da20025de620cb47ba9be7073f566801b99e9190 | |
| parent | 30658b25d2bb00ec495e0f3396de772141482081 (diff) | |
| download | rust-8101ea0fdc9d2be2d3926b22af8167f7155ff0c7.tar.gz rust-8101ea0fdc9d2be2d3926b22af8167f7155ff0c7.zip | |
Update a comment for the new source organization
| -rw-r--r-- | crates/ra_parser/src/grammar.rs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/ra_parser/src/grammar.rs b/crates/ra_parser/src/grammar.rs index be0cd5661bd..293baecf6a2 100644 --- a/crates/ra_parser/src/grammar.rs +++ b/crates/ra_parser/src/grammar.rs @@ -18,9 +18,10 @@ //! // fn foo() {} //! ``` //! -//! After adding a new inline-test, run `cargo collect-tests` to extract -//! it as a standalone text-fixture into `tests/data/parser/inline`, and -//! run `cargo test` once to create the "gold" value. +//! After adding a new inline-test, run `cargo xtask codegen` to +//! extract it as a standalone text-fixture into +//! `crates/ra_syntax/test_data/parser/`, and run `cargo test` once to +//! create the "gold" value. //! //! Coding convention: rules like `where_clause` always produce either a //! node or an error, rules like `opt_where_clause` may produce nothing. |
