diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-07-03 22:11:03 +0300 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2021-07-03 22:11:03 +0300 |
| commit | 58d2ece88a17030668e09e4aade7bb2ed27dcaac (patch) | |
| tree | 38ffd8178f472d0154c02ed111b4a980fe087edc /crates/parser/src/syntax_kind/generated.rs | |
| parent | 668d0612452913624ef8aa4f17d7fef9ac08a75f (diff) | |
| download | rust-58d2ece88a17030668e09e4aade7bb2ed27dcaac.tar.gz rust-58d2ece88a17030668e09e4aade7bb2ed27dcaac.zip | |
internal: overhaul code generation
* Keep codegen adjacent to the relevant crates. * Remove codgen deps from xtask, speeding-up from-source installation. This regresses the release process a bit, as it now needs to run the tests (and, by extension, compile the code).
Diffstat (limited to 'crates/parser/src/syntax_kind/generated.rs')
| -rw-r--r-- | crates/parser/src/syntax_kind/generated.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/src/syntax_kind/generated.rs b/crates/parser/src/syntax_kind/generated.rs index 5f10b82dee1..082e813519b 100644 --- a/crates/parser/src/syntax_kind/generated.rs +++ b/crates/parser/src/syntax_kind/generated.rs @@ -1,4 +1,4 @@ -//! Generated file, do not edit by hand, see `xtask/src/codegen` +//! Generated by `sourcegen_ast`, do not edit by hand. #![allow(bad_style, missing_docs, unreachable_pub)] #[doc = r" The kind of syntax node, e.g. `IDENT`, `USE_KW`, or `STRUCT`."] |
