rust/crates/ide
bors 0fa822dfe1 Auto merge of #15418 - oxalica:fix/sig-from-macro, r=Veykril
Fix signature help of methods from macros

Currently the receiver type is copied from AST instead re-formatting through `HirDisplay`. Macro generated functions seem to have no spaces and their signature help are rendered like `fn foo(&'amutself)` instead of `fn foo(&'a mut self)`.
2023-08-15 06:25:13 +00:00
..
src Auto merge of #15418 - oxalica:fix/sig-from-macro, r=Veykril 2023-08-15 06:25:13 +00:00
Cargo.toml Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00