Skip to content

Commit 8101ea0

Browse files
committed
Update a comment for the new source organization
1 parent 30658b2 commit 8101ea0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crates/ra_parser/src/grammar.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
//! // fn foo() {}
1919
//! ```
2020
//!
21-
//! After adding a new inline-test, run `cargo collect-tests` to extract
22-
//! it as a standalone text-fixture into `tests/data/parser/inline`, and
23-
//! run `cargo test` once to create the "gold" value.
21+
//! After adding a new inline-test, run `cargo xtask codegen` to
22+
//! extract it as a standalone text-fixture into
23+
//! `crates/ra_syntax/test_data/parser/`, and run `cargo test` once to
24+
//! create the "gold" value.
2425
//!
2526
//! Coding convention: rules like `where_clause` always produce either a
2627
//! node or an error, rules like `opt_where_clause` may produce nothing.

0 commit comments

Comments
 (0)