| [package] | |
| name = "rustc_ty_walk" | |
| version = "0.0.0" | |
| edition = "2024" | |
| [dependencies] | |
| # tidy-alphabetical-start | |
| rustc_hir = { path = "../rustc_hir" } | |
| rustc_middle = { path = "../rustc_middle" } | |
| rustc_span = { path = "../rustc_span" } | |
| tracing = "0.1" | |
| # tidy-alphabetical-end |