diff options
| author | Jana Dönszelmann <jana@donsz.nl> | 2025-02-09 22:49:31 +0100 |
|---|---|---|
| committer | Jana Dönszelmann <jana@donsz.nl> | 2025-02-24 14:26:06 +0100 |
| commit | dbd3b7928e91758296a0f6093d72f90214888133 (patch) | |
| tree | 42d4c2e5310b11732c987657ed009ff375e1798d /compiler/rustc_query_impl | |
| parent | 115b3b03b09cf71aca67c974ea0d4888c86b3012 (diff) | |
| download | rust-dbd3b7928e91758296a0f6093d72f90214888133.tar.gz rust-dbd3b7928e91758296a0f6093d72f90214888133.zip | |
Introduce new parsing infrastructure and types for parsed attributes
fixup docs in parser
Diffstat (limited to 'compiler/rustc_query_impl')
| -rw-r--r-- | compiler/rustc_query_impl/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_query_impl/Cargo.toml b/compiler/rustc_query_impl/Cargo.toml index d89e1355ca6..c85156e059e 100644 --- a/compiler/rustc_query_impl/Cargo.toml +++ b/compiler/rustc_query_impl/Cargo.toml @@ -6,6 +6,7 @@ edition = "2024" [dependencies] # tidy-alphabetical-start measureme = "11" +rustc_attr_data_structures = { path = "../rustc_attr_data_structures" } rustc_data_structures = { path = "../rustc_data_structures" } rustc_errors = { path = "../rustc_errors" } rustc_hashes = { path = "../rustc_hashes" } |
