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
..
2023-07-06 17:33:17 +03:30
2023-06-22 11:44:10 +02:00
2023-08-10 20:10:19 +02:00
2023-06-22 11:44:10 +02:00
2023-07-27 16:30:57 +09:00
2023-07-03 20:34:09 +02:00
2023-06-22 11:44:10 +02:00
2023-06-24 17:35:20 -07:00