Skip to content

Commit 68f26dc

Browse files
bors[bot]nelhage
andauthored
Merge #4679
4679: Update a comment for the new source organization r=matklad a=nelhage Co-authored-by: Nelson Elhage <nelhage@nelhage.com>
2 parents 1bbbeb8 + 8101ea0 commit 68f26dc

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)