We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30658b2 commit 8101ea0Copy full SHA for 8101ea0
crates/ra_parser/src/grammar.rs
@@ -18,9 +18,10 @@
18
//! // fn foo() {}
19
//! ```
20
//!
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.
+//! 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
24
+//! create the "gold" value.
25
26
//! Coding convention: rules like `where_clause` always produce either a
27
//! node or an error, rules like `opt_where_clause` may produce nothing.
0 commit comments