diff options
| author | Michael Goulet <michael@errs.io> | 2024-04-14 10:26:59 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-04-15 18:48:12 -0400 |
| commit | 619e0441784126defd42454ec1949e0a4dd0e4fa (patch) | |
| tree | bbdb9bf20c75054ed9cce1706fc290bdd0630279 /compiler/rustc_middle/Cargo.toml | |
| parent | 3493a56529b3f972205f2cdda920132deef4b475 (diff) | |
| download | rust-619e0441784126defd42454ec1949e0a4dd0e4fa.tar.gz rust-619e0441784126defd42454ec1949e0a4dd0e4fa.zip | |
Fix pretty hir for anon consts in diagnostics
Diffstat (limited to 'compiler/rustc_middle/Cargo.toml')
| -rw-r--r-- | compiler/rustc_middle/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_middle/Cargo.toml b/compiler/rustc_middle/Cargo.toml index 6c3ff237d59..d1cdabc293d 100644 --- a/compiler/rustc_middle/Cargo.toml +++ b/compiler/rustc_middle/Cargo.toml @@ -25,6 +25,7 @@ rustc_feature = { path = "../rustc_feature" } rustc_fluent_macro = { path = "../rustc_fluent_macro" } rustc_graphviz = { path = "../rustc_graphviz" } rustc_hir = { path = "../rustc_hir" } +rustc_hir_pretty = { path = "../rustc_hir_pretty" } rustc_index = { path = "../rustc_index" } rustc_macros = { path = "../rustc_macros" } rustc_query_system = { path = "../rustc_query_system" } |
