40f41e7e89
Previously, we only rewrote `&self` and `&mut self` receivers. By instantiating the method from the trait definition, we can make this work work with arbitrary legal receivers instead.
22 lines
622 B
TOML
22 lines
622 B
TOML
[package]
|
|
name = "rustc_symbol_mangling"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
bitflags = "2.4.1"
|
|
punycode = "0.4.0"
|
|
rustc-demangle = "0.1.21"
|
|
rustc_data_structures = { path = "../rustc_data_structures" }
|
|
rustc_errors = { path = "../rustc_errors" }
|
|
rustc_hir = { path = "../rustc_hir" }
|
|
rustc_middle = { path = "../rustc_middle" }
|
|
rustc_session = { path = "../rustc_session" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
rustc_target = { path = "../rustc_target" }
|
|
rustc_trait_selection = { path = "../rustc_trait_selection" }
|
|
tracing = "0.1"
|
|
twox-hash = "1.6.3"
|
|
# tidy-alphabetical-end
|